ENT mobile application.
- Flutter
3.38.9 - Dart
3.10.8(integrated to the Flutter SDK)
More docs here :
To install the project :
- clone it
- get the dependencies of all the projects with the following command at the main POC
netocentre_app_pocroot directory.
flutter pub getOptional : If you open and work on the project with Android Studio, you can optionally install the Flutter et Dart plugins.
To run the differents POCs :
- Option 1 : use an IDE like Android Studio & run the project or standalone try entrypoint
- Option 2 : run the project or standalone try entrypoint with the following command.
flutter run lib/{entrypoint}.dartMore docs here :