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

https://github.com/plugfox/invoice


https://github.com/plugfox/invoice

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Flutter template

Created with

```bash
flutter create -t app --project-name "flutter_template_name" --org "dev.flutter.template" --description "flutter_template_description" --platform=android,ios,macos,windows,linux,web flutter_template
```

## Get started

Replace project name, description and organization:

```bash
dart run tool/dart/rename_project.dart --name="project" --organization="tld.domain" --description="My project description"
```