Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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