Fisrt mobile app created by XPEHO
We choosed Figma to create, edit and share screens and design mockups
Please visit Figma.com for more information.
Note: You have to invited to the Figma project. Contact the project administrator to get an invitation.
We use named routes for screen navigation. More information on router pattern here
Provider is used for data providing in screens. More information about provider here
To translate any string in the app use the getString(context, key)
method
To run unit test type flutter test test/supported_test.dart
in a terminal
To run integration test type flutter test test/widget_test.dart
in a terminal
To run integration test type flutter drive --target=test_driver/app.dart
in a terminal
We choosed Github actions
for continuous integration/delivery
Please visit Github actions page for more information.
All available actions can be found on the Github Marketplace