https://github.com/mmcc007/flown
Clone a flutter app from a url.
https://github.com/mmcc007/flown
clone clone-deep clone-repos dart flutter
Last synced: 26 days ago
JSON representation
Clone a flutter app from a url.
- Host: GitHub
- URL: https://github.com/mmcc007/flown
- Owner: mmcc007
- License: bsd-2-clause
- Created: 2018-10-30T06:10:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T05:04:25.000Z (about 6 years ago)
- Last Synced: 2025-03-29T15:51:08.747Z (about 2 months ago)
- Topics: clone, clone-deep, clone-repos, dart, flutter
- Language: Dart
- Size: 41 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pub.dartlang.org/packages/flown)
[](https://travis-ci.com/mmcc007/flown)# flown
A utility for cloning Flutter apps with local dependencies
`flown` will scan for and present available Flutter apps at a url. After the user
selects an app, it will then recursively scan the app's pubspec.yaml for any local dependencies,
copy the app and local dependencies to a new directory and install local dependencies.[LICENSE](https://github.com/mmcc007/flown/blob/master/LICENSE)
## Usage
A sample usage:
flown --arch vanilla --name vanilla_project
General usage
```
$ flown --help
usage: flown [--help] --arch --namesample usage: flown --arch vanilla --name vanilla_project
--arch= Available architectures:
[bloc_flutter] BloC pattern with Firestore backend.
[built_redux] Redux pattern with generated code.
[firestore_redux] Redux pattern with Firestore backend.
[inherited_widget] Inherited Widget pattern.
[mvi_flutter] MVI pattern with Firestore backend.
[mvu] MVU pattern.
[redurx] ReduRx pattern.
[redux] Redux pattern.
[scoped_model] Scoped Model pattern.
[simple_bloc_flutter] Simple BloC pattern with Firestore backend.
[vanilla] Standard Flutter pattern.--name= Name of new project.
--help Display this help information.
```
## Installationpub global activate flown
Dependencies
[Flutter SDK](https://flutter.io/get-started/install/) should be installed.
At minimum requires [Dart](https://www.dartlang.org/install).
Also depends on git.## Features and bugs
Currently restricted to using Flutter apps found on https://github.com/brianegan/flutter_architecture_examples.
Please file feature requests and bugs at the [issue tracker][tracker].
[tracker]: https://github.com/mmcc007/flown/issues