- 31 Oct, 2018 1 commit
-
-
Dan Field authored
* Use Xcode build configurations to drive Flutter build mode * Proper check wrt local_engine, print error if profile mode misisng * Remove unused code, update tests, fix template problem, update warning * fix up warning * add explanatory dev comment * fix whitespace * missing words, change lambda arrow to function body * error indentation * Test early exits for xcode_backend.sh * only on macOS, use right test * Update error messages * case insensitive compare for build config * Update gallery podfile * update projects to add profile configuration * make compatible with flavors * add missing plist files * add FLUTTER_FRAMEWORK_DIR back, set swift version for profile, tell Podfile about profile
-
- 08 May, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 04 May, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit c64ace84.
-
Mikkel Nygaard Ravn authored
-
- 12 Apr, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 05 Apr, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 12 Mar, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 19 Feb, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 14 Feb, 2018 1 commit
-
-
Sarah Zakarias authored
-
- 18 Jan, 2018 1 commit
-
-
xster authored
-
- 04 Jan, 2018 1 commit
-
-
Ali Bitek authored
-
- 27 Dec, 2017 3 commits
-
-
KyleWong authored
Avoids running pod install if .flutter-plugins and its flutter framework pod dependency didn't change
- 13 Jul, 2017 1 commit
-
-
xster authored
* start * with create * refactor cocoapod code, add tests * fix tests * throw when cocoapod missing * obj-c projects don’t use use_framework!
-
- 24 May, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 09 May, 2017 1 commit
-
-
Sarah Zakarias authored
This reverts commit 4bbf158b.
-
- 05 Apr, 2017 1 commit
-
-
Ian Hickson authored
This yak shave went as follows: Fix https://github.com/flutter/flutter/issues/8795 by adding stocks to the examples README. Notice the layers entry in that README isn't quite right either. Update that. Check the layers/README file is worth pointing at. Update the layers/README. Let's run some of the layer tests to see if they still work. Oops, need to update them to gradle. Ok let's try running them again. Oops, sector is broken. Add a test for sector. Fix sector. Find you need to add an assert to a const constructor. Notice we need to turn const asserts on for the analyzer. Notice the analysis_options files are out of sync with each other and with the full list of lints. Turn on the lints that should be on. Fix the bugs that finds.
-
- 23 Mar, 2017 1 commit
-
-
Jakob Andersen authored
Go through all packages brought in by pub, and write the name and path of every one that is a flutter plugin into .flutter-plugins. In android/settings.gradle and ios/Podfile, read in .flutter-plugins, if that file exists. The Android / iOS code from the plugins is automatically added as dependencies of the native code of the app.
-
- 05 Aug, 2016 1 commit
-
-
Collin Jackson authored
-