An exercise in Flutter for a basic flashcard app that lets me revise French vocabulary.
This repository contains a Flutter project (learn_french) with a (lib) that contains main function, home page and flash card layout.
- Database: CSV (
dico.csv) - Templates/ Models: (
lib) (example:main.dart,flashCard.dart,myHomePage.dart)
- Windows 10 and above
- Flutter SDK used to creating the project
- Clone this repository locally.
- Open your preferred IDE (I used VSCode).
- Change directory to learn_french.
cd learn_french
- Run the app and choose your preferred platform (Windows, Chrome, Edge).
flutter run lib/main.dart
lib- Dart modelsassets- data files