Skip to content

Latest commit

 

History

History
47 lines (45 loc) · 2.29 KB

README.md

File metadata and controls

47 lines (45 loc) · 2.29 KB

Flash Study

A simple flash card app to use to study/memorize information.

  • image
  • Users can create multiple flashcard sets.
    • Flashcard sets can also be imported from a JSON file.
      • image
    • Flashcard sets can be exported/shared.
      • image
  • Users can toggle the light/dark mode theme.
    • image
  • Users can create an account to save their data.
    • image

Source Files

  • libs/data/
    • Contains data related files.
  • libs/objects/
    • Contains objects used in the app.
      • Flashcards
      • Sets
      • List of Sets
  • 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.

Packages Used