Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paramsiddharth/startup_namer
A simple Flutter application that lets the user generate names for startup companies.
https://github.com/paramsiddharth/startup_namer
apk startup
Last synced: about 1 month ago
JSON representation
A simple Flutter application that lets the user generate names for startup companies.
- Host: GitHub
- URL: https://github.com/paramsiddharth/startup_namer
- Owner: paramsiddharth
- Created: 2020-10-07T04:26:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T03:39:55.000Z (about 4 years ago)
- Last Synced: 2024-05-22T20:22:14.516Z (7 months ago)
- Topics: apk, startup
- Language: Dart
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Startup Name Generator
A simple Flutter application to generate _silly_ startup names.## Building
Install all required packages by executing:
```
> flutter pub get
```
Build the APK for Android by executing:
```
> flutter build apk
```
The APK file can then be obtained from `build/app/outputs`.