Despite Flutter's availability of full native performance on both iOS and Android, this project was not tested on iOS device or emulator.
No transactions | Add new transaction | Transactions list |
---|---|---|
Date picker | Date picker manual |
---|---|
- Flutter SDK
- Dart SDK
- Android SDK
- Git
- Android Virtual Device or Android Physical Device
-
Clone the repository
git clone https://github.com/brunaoliveira/expenses_app.git
-
Open project directory on VS Code or Android Studio
-
Fire emulator
-
List available emulators (this project was tested on Pixel_2_API_26 with Android 8)
flutter emulators
-
Launch emulator
flutter emulator --launch <chosen_emulator>
-
-
Run project
flutter run
-
Enjoy!