- 28 Feb, 2017 1 commit
-
-
Michael Thomsen authored
-
- 21 Feb, 2017 1 commit
-
-
Michael Thomsen authored
-
- 15 Feb, 2017 2 commits
-
-
Michael Thomsen authored
* Update hello_world to new gradle based build flow * Update flutter_gallery to gradle based build * Align hello_services with new gradle based build * Update platform_services to new gradle based build * Upgrade stock to gradle based build
- 14 Feb, 2017 2 commits
-
-
Michael Thomsen authored
* Move .iml file back to project root directory * Update .iml location in all examples
-
Jakob Andersen authored
-
- 10 Feb, 2017 1 commit
-
-
Jakob Andersen authored
* Make new project template gradle-based for Android. With this change, the 'new project' template uses the same gradle-based build for Android as the hello_services example. This has some implications on build performance, since we're now building a complete Android app instead of just combining a pre-compiled .dex with the Flutter assets. The very first build is a little over 2x slower, since it needs to download gradle and build the build scripts before getting to the actual code. Subsequent builds with changes to the code are comparable to the old builds. Null builds are faster. Enabling the gradle daemon speeds up subsequent builds by around 5s. * Move Flutter Gradle plugin to Flutter root.
-
- 09 Feb, 2017 1 commit
-
-
Chris Bracken authored
Required to support Flutter SDK paths with spaces.
-
- 07 Feb, 2017 1 commit
-
-
Chris Bracken authored
-
- 03 Feb, 2017 1 commit
-
-
Chris Bracken authored
Subclassing FlutterAppDelegate is not required for real-world apps, but it's what 'flutter create' generates, and applies the default behaviours that most real-world apps will want.
-
- 01 Feb, 2017 2 commits
-
-
Chris Bracken authored
This avoids Xcode complaining at us about unused xcconfig files (for the time being).
-
Chris Bracken authored
-
- 31 Jan, 2017 1 commit
-
-
Jakob Andersen authored
* Update gradle example to support x86 in debug mode. Changed the Flutter Gradle plugin a bit to better fit in with the Android build. Fixes #6136 Fixes #6864 Fixes #7539
-
- 23 Jan, 2017 3 commits
-
-
Ryan Macnak authored
-
Michael Thomsen authored
-
Michael Thomsen authored
* Disable 'Show Excluded' by default * Move .iml file inside .idea dir * Remove pub and build excludions as they are automatically set by the Dart plugin * Exclude .idea folder (new users will edit it through the IJ UI, not the file) * Move .iml files into .idea dir to be consistent with template changes * Add workspace.xml from new template to existing samples * Update current examples to match template changes for excluding folders * Add missing flutter.yaml to make sure there are no analysis errors * Add back .pub and build excludeFolder tags per https://github.com/flutter/flutter-intellij/issues/630#issuecomment-272887230 * Remove workspace.xml from example per review feedback
-
- 12 Jan, 2017 1 commit
-
-
Michael Thomsen authored
* Add missing IJ metadata * Updates * Add modules metadata
-
- 05 Jan, 2017 1 commit
-
-
Adam Barth authored
This class is just an alias for PlatformMessages. We'll remove it after a short deprecation period.
-
- 15 Dec, 2016 1 commit
-
-
Jason Simmons authored
-
- 07 Dec, 2016 1 commit
-
-
Collin Jackson authored
* s/sky/flutter/ in Android templates * update engine.version with a compatible engine version * replace more SkyActivity references with FlutterActivity
-
- 30 Nov, 2016 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/6947
-
- 14 Nov, 2016 1 commit
-
-
Dan Rubel authored
* Remove the workaround that pinned args to v0.13.6 This reverts most of the changes in commit 6331b6c8 * throw exception if exit code is not an integer * rework command infrastructure to throw ToolExit when non-zero exitCode * convert commands to return Future<Null> * cleanup remaining commands to use throwToolExit for non-zero exit code * remove isUnusual exception message * add type annotations for updated args package
-
- 08 Nov, 2016 1 commit
-
-
Dan Rubel authored
-
- 26 Oct, 2016 1 commit
-
-
- 26 Sep, 2016 1 commit
-
-
Chris Bracken authored
As of Xcode 7, Apple recommends setting the bundle identifier in the PRODUCT_BUNDLE_IDENTIFIER build variable and setting CFBundleIdentifier to that variable in Info.plist. As of Xcode 8, CLANG_WARN_INFINITE_RECURSION and CLANG_WARN_SUSPICIOUS_MOVE are recommended settings.
-
- 23 Sep, 2016 1 commit
-
-
Adam Barth authored
Switch our pubspec.yamls to using SDK sources so that we can have consistent source types when we depend on these packages from external packages using SDK sources.
-
- 31 Aug, 2016 1 commit
-
-
Eddy Ernesto del Valle Pino authored
-
- 29 Aug, 2016 1 commit
-
-
Chris Bracken authored
-
- 19 Aug, 2016 1 commit
-
-
Seth Ladd authored
TBR
-
- 05 Aug, 2016 2 commits
-
-
Chinmay Garde authored
* Update examples to lower the deployment target on iOS.
-
Eric Seidel authored
* Remove stray PRODUCT_BUNDLE_IDENTIFIER This was erroneously added and overrides the bundle for the gallery causing signing to fail in my setup. @chinmaygarde * Remove PRODUCT_BUNDLE_IDENTIFIER from all Runner pbxproj's
-
- 20 Jul, 2016 1 commit
-
-
Devon Carew authored
* making flutter run work with gradle * locate android studio * add test for settings * review comments
-
- 14 Jul, 2016 1 commit
-
-
Jason Simmons authored
-
- 06 Jul, 2016 1 commit
-
-
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.
-
- 21 Jun, 2016 1 commit
-
-
Jason Simmons authored
-
- 20 Jun, 2016 1 commit
-
-
Jason Simmons authored
(onResume is now a no-op) Fixes https://github.com/flutter/flutter/issues/4506
-
- 12 Jun, 2016 1 commit
-
-
Adam Barth authored
This file is now app.dylib.
-
- 10 Jun, 2016 1 commit
-
-
Adam Barth authored
Cleans up a few style nits in hello_services and adds support for automatic JSON encoding and decoding to the HostMessages interface.
-
- 07 Jun, 2016 1 commit
-
-
Adam Barth authored
This lets you build something other than `lib/main.dart`.
-
- 06 Jun, 2016 1 commit
-
-
Adam Barth authored
The `flutter.buildMode` property now controls whether to build in debug, profiling, or release.
-