A Flutter app for reading the "i am steve" web comic with offline support. Based on the Android version. Things missing from this one are:
- Different themes based on light/dark mode
In order to deploy it in Android Studio, set the following in "Edit Configurations", where ${FLAVOR} is for example "neocities":
- Dart entrypoint: ${YOUR_PATH_TO_PROJECT}\i_am_steve_flutter\lib\main.dart
- Additional run args: --dart-define=flavor=${FLAVOR}
In order to deploy it in command line, where
Command to build autogenerated code (data classes, dependency injection, etc): flutter pub run build_runner build --delete-conflicting-outputs



