https://github.com/okonowil/startup_namer
You’ll implement a simple app that generates proposed names for a startup company. The user can select and unselect names, saving the best ones. The code lazily generates 10 names at a time. As the user scrolls, more names are generated. There is no limit to how far a user can scroll.
https://github.com/okonowil/startup_namer
Last synced: about 2 months ago
JSON representation
You’ll implement a simple app that generates proposed names for a startup company. The user can select and unselect names, saving the best ones. The code lazily generates 10 names at a time. As the user scrolls, more names are generated. There is no limit to how far a user can scroll.
- Host: GitHub
- URL: https://github.com/okonowil/startup_namer
- Owner: OkonoWil
- Created: 2022-08-17T23:46:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T23:51:22.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T05:27:53.409Z (3 months ago)
- Language: Dart
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# startup_namer
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.