A new Flutter project.
- Clone the repository
- Run
flutter pub get
to install the dependencies - Ensure you have an emulator or a device installed
- Launch the emulator or connect the device
- (For VSCode, press
Ctrl + Shift + P
and selectFlutter: Select Device
). Select the device you want to run the project on.
- Run
flutter run
in terminal to run the project
The project uses the following dependencies:
flutter
: SDK for Fluttercupertino_icons
: ^1.0.8http
: ^1.2.2crypto
: ^3.0.5shared_preferences
: latest version availableequatable
: latest version availableimage_picker
: latest version available
- Add the dependency in the
pubspec.yaml
file - Run
flutter pub get
to install the dependency