"NoteKeep: Your sleek, cloud-powered notes app for easy creation, storage, and sharing."
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.
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






