Library of alchemy ingredients and effects from TES games.
You can see all the ingredients that have some specific effect - or see all the effects of every ingredient.
Supported games:
the most basic way to launch the app:
flutter run -d chrome
this command opens chrome window with the app in debug mode
for more commands, see flutter documentation
when building for a new release (substitute correct build number):
flutter build apk --build-number=4 --build-name=4.0.0
Install release app on device:
flutter run --release
how to run integration test in browser
this command runs specific integration test
flutter drive --driver integration_test/driver.dart --target integration_test/full_test.dart --no-dds
this command runs specific widget/unit test file
flutter test test/layers/data/data_source_test.dart --platform chrome
this command runs specific widget/unit test inside a file
flutter test test/layers/data/resource/effect_resource_test.dart --name "Test Waterbreathing is not included where it should not be"
this commands runs all unit tests
flutter test --platform chrome
The data were obtained from my other repository
If you face any issues, don't hesitate to file them in the issues section.