This project was made 100% in Flutter and Dart. No external dependencies were used to calculate the vegetation indexes. This were calculated based on J. Casadesús's studies.
Provider was used as state Managment tool.
Native File system was used for storing indexes's results.
- Clone this git to any folder you want.
- Run
flutter pub get
on your terminal, in order to download all the pubspec.yaml required dependences. - Select a device and run flutter project.
Optional: If you want to generate the non-debug apk, run flutter build apk
on your terminal.