- My first Flutter app
- Learn Dart language & basic Flutter
- Random some english word with defination, allow to add favorite
- Tutorial: 200Lab Fluuter For Beginer 2021 (Learn design & syntax)
Plugin | README |
---|---|
english_words | Fluuter package: Make random english word |
shared_preferences | Fluuter package: Local Storage for Flutter |
Dictionary Api | Api get data english definition |
Quotable | Get random quote from famous people |
Install Flutter: https://docs.flutter.dev/get-started/install
Run the command flutter docter
and flutter devices
and make sure it is working properly
git clone [email protected]:Nhatdote/ali_words.git
cd ali_words
flutter pub get
flutter run