Simple mobile app written in Flutter to generate random names using english_words. Code generates ten names at a time. As the user scrolls, new batches of names are generated. The user can tap the list icon in the upper right of the app bar to move to a new route that lists only the favorited names.
- Step 1: Create the starting Flutter app
- Step 2: Use an external package
- Step 3: Add a Stateful widget
- Step 4: Create an infinite scrolling ListView
- Step 5: Add interactivity
- Step 6: Navigate to a new screen
- Step 7: Change the UI using Themes
- This project is created using codelab provided on Flutter.io