- 15 Aug, 2017 1 commit
-
-
xster authored
* Add iOS template * Android * Let the engine reset the theme without the activity knowing * Small tweak * Replace assets with different vectors * Let the template hookup have no actual image assets * Add back placeholder assets with 1px transparent pngs * Fix drawable xml * clean up an extraneous line in the storyboard xml
-
- 24 May, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 18 May, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 16 May, 2017 1 commit
-
-
Collin Jackson authored
Fixes #10106
-
- 09 May, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 10 Apr, 2017 1 commit
-
-
Jakob Andersen authored
Added a PluginRegistry to the new project template. The registry files will be automatically updated at build time to register the native plugins. Fixes #7814.
-
- 05 Apr, 2017 1 commit
-
-
Collin Jackson authored
-
- 30 Mar, 2017 1 commit
-
-
Jakob Andersen authored
Plugin projects are created by running `flutter create --plugin <name>`. An example app is also created in the plugin project, using the normal 'create' template, which has been modified to allow for conditional plugin code. Modified the android package name to match package naming conventions (all lower-case, and must match the directory name).
-
- 07 Mar, 2017 1 commit
-
-
Chris Bracken authored
Add 20x20 notification icons. Remove unused 76x76 (3x scale) icon. Fixes warnings for missing/unused icon assets in Xcode 8.2.x
-
- 03 Feb, 2017 1 commit
-
-
Chris Bracken authored
On iOS, generate a FlutterAppDelegate subclass for the application delegate. This avoids touchesBegan:withEvent boilerplate to handle status bar taps.
-
- 02 Feb, 2017 1 commit
-
-
Chris Bracken authored
By default, pass status bar taps to the root view controller in generated Flutter apps. Developers should customise as necesary if they later create one or more alternate FlutterViewControllers that they'd like to forward these to.
-
- 01 Feb, 2017 1 commit
-
-
Chris Bracken authored
-
- 26 Sep, 2016 1 commit
-
-
Chris Bracken authored
-
- 18 Aug, 2016 1 commit
-
-
Seth Ladd authored
-
- 08 Aug, 2016 1 commit
-
-
Devon Carew authored
-
- 13 Jul, 2016 1 commit
-
-
Collin Jackson authored
-
- 12 Jul, 2016 1 commit
-
-
Collin Jackson authored
-
- 07 Jul, 2016 1 commit
-
-
Adam Barth authored
We want to use the FlutterViewController in this new project template. Fixes #4840
-
- 06 Jul, 2016 2 commits
-
-
Adam Barth authored
We now use a different approach for ios projects where the developer controls the Xcode project file. This patch removes the old ".generated" approach in favor of the new approach.
-
Adam Barth authored
This patch changes the default `flutter create` command to generate a HelloServices-style app on iOS. As a consequence, the Atom integration now fully works with HelloServices.
-