qcm medicaux
This is a simple Flutter project by nair0lf32
For help getting started with Flutter development, view the online documentation.
- clone the repository
flutter pub getto get the dependencies- flutter_native_splash (view flutter_native_splash.yaml config file:
Customize the parameters below, and run the following command in the terminal:
flutter pub run flutter_native_splash:createTo restore Flutter's default white splash screen, run the following command in the terminal:flutter pub run flutter_native_splash:remove - flutter_launcher_icons (view flutter_launcher_icons.yaml config file):
flutter pub run flutter_launcher_icons - url_launcher (for external urls):
This one is not actually a command but you need to modify the
AndroidManifest.xmlfile for some version support with various (check documentation) - build and run
- In case everything falls apart delete android folder and run
flutter create .to recreate it