Skip to content

Latest commit

 

History

History
101 lines (54 loc) · 2.19 KB

File metadata and controls

101 lines (54 loc) · 2.19 KB

Notekeep

"NoteKeep: Your sleek, cloud-powered notes app for easy creation, storage, and sharing."

Icon:

Icon

Featured Graphic:

Featured Graphic

Splash Screen:

splash screen

Login:

Login

Forgot Password:

Forgot Password

Register:

Register

Notes:

Notes

Edit Note:

Edit Note

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

VSCode commands:

Running Flutter on Device or Emulator: flutter run

Hot Reload r

Hot Restart R

Add or Change Widgets: Ctrl + .

Missing Imports or solve Errors: Ctrl + .

To Get More suggestions: Ctrl + space

Declare Stateless Widgtet: stl

Declare Statefull Widget: stf

Test Dependency flutter pub add test --dev

Run Tests flutter test test/auth_test.dart

Generate Icons flutter pub run flutter_launcher_icons:main

After a major change in the app, make a clean flutter clean flutter pub get flutter run