8000 GitHub - reflection/flown: Clone a flutter app from a url.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

reflection/flown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pub package

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

Usage

A sample usage:

flown --arch vanilla --name vanilla_project

General usage

$ flown --help
usage: flown [--help] --arch <arch name> --name <project name>

sample usage: flown --arch vanilla --name vanilla_project

--arch=<arch name>             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=<project name>          Name of new project.
--help                         Display this help information.

Installation

pub global activate flown

Dependencies Flutter SDK should be installed. At minimum requires Dart. 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.

About

Clone a flutter app from a url.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%
0