A simple flash card app to use to study/memorize information.
- Users can create multiple flashcard sets.
- Users can toggle the light/dark mode theme.
- Users can create an account to save their data.
- libs/data/
- Contains data related files.
- libs/objects/
- Contains objects used in the app.
- Flashcards
- Sets
- List of Sets
- Contains objects used in the app.
- libs/pages/
- Contains code for different pages used in the app.
- libs/utils/
- Contains useful utility files for developing the app.
- main.dart
- The main Flash Study app.