Skip to content

Nour4git/lab1_Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Lab 1 - Notes App

A simple note-taking application built with Flutter.
Allows you to add, edit, and delete notes.

1. Commands needed to create the Flutter project

Check if Flutter is installed correctly

flutter doctor

Create the project

flutter create notes_app

Navigate to the directory project

cd notes_app

Run the application

flutter run

Screenshots

Home Page

Home Screen

Notes List Page

Notes list Screen

Add Note Page

Add notes Screen

Notes list with the new added note

Notes list with the new note Screen

Clone the repository

git clone https://github.com/Nour4git/lab1_Flutter.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published