- 15 Mar, 2017 1 commit
-
-
Jakob Andersen authored
Changed the default build output directory in the new project template to build/, instead of android/build/ and android/app/build/. Updated tools to ask the Gradle scripts what the build directory is, since this is configurable in the build scripts, and we need to know where the build output actually is. Silenced output from 'flutter build aot' when invoked from Gradle, since the output was confusing in this case. Fixes #8723 Fixes #8656 Fixes #8138
-
- 07 Mar, 2017 3 commits
-
-
Chris Bracken authored
Update templates and example Xcode project files to indicate they've been tested for Xcode 8.3 compatibility.
-
Chris Bracken authored
This matches the default for Runner.xcodeproj and fixes a linker warning when the two projects use different values.
-
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
-
- 06 Mar, 2017 2 commits
-
-
Chris Bracken authored
This prevents project re-validation on initial Xcode launch.
-
Michael Thomsen authored
* Small update to instructional comments in app template * Update Flutter Driver comment Good suggestion to add the link, Seth! I also updated the working to match what that page uses.
-
- 28 Feb, 2017 1 commit
-
-
Michael Thomsen authored
-
- 14 Feb, 2017 1 commit
-
-
Michael Thomsen authored
* Move .iml file back to project root directory * Update .iml location in all examples
-
- 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
-
- 07 Feb, 2017 1 commit
-
-
Chris Bracken authored
* Support thinning iOS frameworks to supported architectures When building against frameworks that are distributed as multi-architecture fat binaries, we want to strip the frameworks we distribute down to only the architectures specified in $ARCHS. This patch adds: * The ability to specify commands to xcode_backend.sh (if none is specified, run BuildApp for backward compatibility). * A 'thin' command that invokes lipo to thin down the distributed as described above. * Add framework thinning step to iOS build Invokes xcode_backend.sh thin on the build application. * Limit architectures to arm64 in Xcode template Flutter does not yet support armv7 iOS devices. Limit the $ARCHS build variable to arm64 until then.
-
- 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
-
- 24 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 23 Jan, 2017 1 commit
-
-
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
-
- 14 Dec, 2016 1 commit
-
-
Devon Carew 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
-
- 28 Nov, 2016 1 commit
-
-
Collin Jackson authored
-
- 17 Nov, 2016 1 commit
-
-
Joel Trottier-Hebert authored
* Added comment for INTERNET permission in Android manifest * Added more details to the permission comment.
-
- 02 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 01 Nov, 2016 2 commits
-
-
Devon Carew authored
* remove the validator check for atom * remove the atom launch config * review comments
-
Ian Hickson authored
-
- 24 Oct, 2016 1 commit
-
-
Ian Hickson authored
This should help new users figure out how to set up their constructors and use config data from the build method of a State.
-
- 21 Oct, 2016 1 commit
-
-
Ian Hickson authored
This tries to capture some of the experience of usability study participant P1.
-
- 20 Oct, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 26 Sep, 2016 1 commit
-
-
Chris Bracken authored
-
- 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.
-
- 24 Aug, 2016 1 commit
-
-
Dan Rubel authored
* test flutter create project dart file is properly formatted * restore driver-test * cleanup lint warnings * address comment
-
- 19 Aug, 2016 1 commit
-
-
Dan Rubel authored
-
- 18 Aug, 2016 1 commit
-
-
Seth Ladd authored
-
- 17 Aug, 2016 1 commit
-
-
Seth Ladd authored
* use transparent android launcher icons * revert stocks icons
-
- 16 Aug, 2016 1 commit
-
-
Collin Jackson authored
-
- 15 Aug, 2016 1 commit
-
-
Collin Jackson authored
-
- 08 Aug, 2016 1 commit
-
-
Devon Carew authored
-
- 05 Aug, 2016 3 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
-
Collin Jackson authored
-