A Flutter app developed over 5 days during Rocketseat's NLW # 5 week that aims to help programmers learn something new through questionnaires
This project is just a personal showcase, done with de aim of register what i have studied, and show my skills. It may receives improvements in the future.
Splash Screen | Home Screen | Home Screen(zero data) |
---|---|---|
Rigth Answer Screen | Wrong Answer Screen | Result Screen |
---|---|---|
Clone down this repository. You will need Flutter
and Dart
installed globally on your machine.
Installation:
flutter pub get install
on the project root.
To Run the android application:
flutter run -d <device or emulator id>
To build a android release:
flutter build apk
the package will be generated on ./build/app/outputs/flutter-apk/app-release.apk