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: 29 days ago
JSON representation

A simple Flutter application that lets the user generate names for startup companies.

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`.