https://github.com/plugfox/invoice
https://github.com/plugfox/invoice
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/plugfox/invoice
- Owner: PlugFox
- License: other
- Created: 2024-02-29T16:57:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T15:08:34.000Z (over 1 year ago)
- Last Synced: 2025-02-08T18:33:40.455Z (about 1 year ago)
- Language: JavaScript
- Size: 7.51 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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"
```