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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- install
FVM
(Flutter Version Management) or installSDK
- using flutter
3.7.3
- run
flutter doctor
and do follow the suggest step for make the check on doctor summary - run
flutter pub get
- open Simulator
- run
flutter run
- when plug device to this computer choose to trust this computer when prompted.
- enable Developer Mode in Settings → Privacy & Security -> Developer Mode
- If we cannot find Developer Mode Open Xcode
- select your device > run project
- your device > Settings > General > Device Management > [your new certificate] > Trust
- Run
make lint
andmake app-test
or Runmake all
before push
- Project won't generate new file for desktop
Run
flutter config --no-enable-web
flutter config --no-enable-macos-desktop --no-enable-windows-desktop --no-enable-linux-desktop
- Trainee mode (Can register course)
flutter run --dart-define=IS_TRAINER=false or flutter run
- Trainer mode (Can send email)
flutter run --dart-define=IS_TRAINER=true
add --release
in Release Mode