gennadyterekhov / the_elder_scrolls_alchemy_client

The Elder Scrolls Alchemy client app

Home Page:https://the-elder-scrolls-alchemy.website.yandexcloud.net/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

the_elder_scrolls_alchemy_client

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:

  1. Skyrim
  2. Oblivion
  3. Morrowind

web version
android
ios

How to run

the most basic way to lauch the app:
flutter run -d chrome
this command opens chrome window with the app in debug mode

for more commands, see flutter documentation

Building

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

Test

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 cpecific widget/unit test
flutter test test/layers/data/data_source_test.dart

if there's an error because of dart:html, use this flutter test --platform chrome

Data sources

The data were obtained from my other repository

Issues

If you face any issues, don't hesitate to file them in the issues section.

About

The Elder Scrolls Alchemy client app

https://the-elder-scrolls-alchemy.website.yandexcloud.net/#/


Languages

Language:Dart 91.6%Language:C++ 3.8%Language:CMake 3.2%Language:Ruby 0.5%Language:HTML 0.4%Language:Swift 0.3%Language:C 0.3%Language:Kotlin 0.0%Language:Objective-C 0.0%