- 01 Jun, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 01 May, 2017 1 commit
-
-
Hans Muller 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).
-
- 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.
-
- 13 Jul, 2016 1 commit
-
-
Collin Jackson authored
-
- 12 Jul, 2016 1 commit
-
-
Collin Jackson authored
-