Jakob Andersen
5d0d6126a1
Add --template=<type> option to create command. ( #11105 )
...
Allows the user to specify the kind of project to create. The default is 'app'. Other choices are 'plugin' (the old '--plugin' behavior), and 'package'.
A Flutter 'package' is a Dart package that depends on Flutter, but does not contain native code.
Fixes #10377 .
2017-08-23 13:29:31 +02:00
Phil Quitslund
f0c2d5eddc
Flutter create widget test template. ( #11304 )
...
* Flutter create widget test template.
Running `flutter create —with-widget-test` produces a test/widget_test.dart sample widget test.
* Generate widget test bits in flutter create.
* Path fix.
* Added types.
* Skip shell testing on windows.
* formatting fixes
* Update test sample to test the sample app.
* Formatting tweak.
2017-07-21 15:11:59 -07:00
Todd Volkert
e9c7f604e9
Make generated Java folder names match package names. ( #10537 )
2017-06-07 13:16:16 -07:00
Mikkel Nygaard Ravn
251d83a4b5
Add org option to flutter create ( #10290 )
2017-05-24 16:19:16 +02:00
Mikkel Nygaard Ravn
10f6483003
Add Swift and Kotlin templates ( #10259 )
2017-05-24 08:22:50 +02:00
Ian Hickson
7c9c5a296c
Rearrange tests to more closely match code structure ( #10043 )
2017-05-12 10:44:52 -07:00