Official Karate Stars App written in Flutter for Android and iOS
To install all dependencies:
$ flutter pub get
The app use generated code based on annotations. To generate code .
$ flutter packages pub run build_runner build
The code is analyzed using rules in analysis_options.yaml
$ Flutter analyze
To execute tests
$ Flutter test
Karate Stars is GNU GPLv3 license.