dolphinsr_dart 1.0.8
dolphinsr_dart: ^1.0.8 copied to clipboard
A spaced-repetition algorithm in dart. Usefull to build a flaschard system in Dart for Flutter or Web.
1.0.8 24/09/2020 #
- Removed the last new
- Update doc
1.0.7 24/09/2020 #
- Merged PR which put the test dependencies to dev_dep
- Update Dart 2.9
- Remove new keyword from the whole project
1.0.6 13/05/2019 #
- Merged PR that make the code more readable and add optional parameters
- Update Dart 2.3.0
1.0.5 02/04/2019 #
- Fix issue when selecting hard multiple time
- Remove a print in the code
1.0.4 26/03/2019 #
- Release on pub dart
- Change models name to not conflict with material flutter app
0.0.1 23/03/2019 #
- Simple translation of the JS module to Dart as much as I can.
- Buggy and probably not the best code so I'll refactor.