My first Flutter app. This app generates a pair of words and show it. You can favorite this pair touse later in your works.
- english_words: ^4.0.0 - for generate the word pairs
- provider: ^6.0.0 - to control the app state
- shared_preferences: ^2.5.1 - to save your favorites locally
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Better ui design, possibly with animations :)
- Refactor the app code to be more clean and concise
- Add a search bar at the top of the list in favorites page
Copy favoritted and generated word pairs to clipboard and use anywhere✅Translate the words and let be copied to the clipboard too✅- Revert a word pair from history to main card
- Settings page for selecting the app language and translation language
- Options to translation in GeneratorPage
Thanks all for possible stars and forks, friends and family.