Mobile application for creating and generating flashcards through AI, enabling the extraction of text data from large sources such as PDFs or direct text input.
This project is built with Flutter, so before getting started, make sure you have Flutter installed and set up on your system. For more information, please refer to https://docs.flutter.dev/get-started/install.
Once that's done, let's get started!
git clone https://github.com/lucasviinic/flashcard_forge_app.git
cd flashcard_forge_app
flutter pub get
flutter run
.