- 09 Apr, 2019 1 commit
-
-
ShaLi Shaltiel authored
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 29 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 28 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 12 Feb, 2019 2 commits
-
-
TruongSinh Tran-Nguyen authored
-
KyleWong authored
Currently, in pubspec.yaml, semver.org is referred to for more about versioning. However, the versionCode/versionName could differ on different platforms (iOS, Android, Dart). This adds more clear and complete information that could help users to understand it better. See: #27251
-
- 30 Jan, 2019 2 commits
-
-
KyleWong authored
-
Mohammed Salman authored
-
- 25 Jan, 2019 1 commit
-
-
Dan Field authored
* Update packages * Change test for isFile
-
- 24 Jan, 2019 2 commits
-
-
Jason Simmons authored
This reverts commit 30f33d6c.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/26544
-
- 22 Jan, 2019 2 commits
-
-
Jonah Williams authored
-
Dan Field authored
* move flutter_assets to App.framework * Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46 05fee4eee Update default flutter_assets path for iOS embedding (flutter/engine#7518) 02205db01 Roll src/third_party/skia 5d052dac3ac1..02738a86e5fd (4 commits) (flutter/engine#7541) af907c074 Roll src/third_party/skia 5c7a3ac0e214..5d052dac3ac1 (7 commits) (flutter/engine#7540) dde286673 IWYU to get SkFontMetrics (flutter/engine#7539)
-
- 19 Jan, 2019 1 commit
-
-
Dan Field authored
-
- 17 Jan, 2019 2 commits
-
-
mcplectrum authored
* Fix Podfile issue #24342 Sometimes base configurations (config.base_configuration_reference) can be nil, which leads to undefined method `real_path' for nil:NilClass. * Disable bitcode in every case
-
- 16 Jan, 2019 1 commit
-
-
Dan Field authored
* move flutter_assets to App.framework * remove flutter_assets references from all pbxproj files checked in
-
- 15 Jan, 2019 2 commits
-
-
Dan Field authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/25703
-
- 12 Jan, 2019 1 commit
-
-
Jason Simmons authored
Profile builds need access to sockets in order to launch the Dart observatory server. This permission used to be enabled by default in all build types, but was moved to a build type specific manifest in https://github.com/flutter/flutter/commit/88b853f7eb85bf0b47e1ca4d1bf9d9a9f821730d
-
- 11 Jan, 2019 1 commit
-
-
Andrei Lesnitsky authored
-
- 09 Jan, 2019 4 commits
-
-
kongshanshan33 authored
Fix project directory has spaces lead to compile error when use 'flutter create -t module'command (#23817)
-
Sean Freiburg authored
The variable isn't interpolating because it's using "${}" when ruby uses "#{}".
-
jxltom authored
* Remove *.lock from gitignore * Remove pubspec.lock from gitignore
-
Dan Field authored
-
- 08 Jan, 2019 1 commit
-
-
Devon Carew authored
-
- 28 Nov, 2018 1 commit
-
-
Tim Sneath authored
We hypothesize that many first-time users creating a new project will look at the README.md as a starting point for "what next". As we've updated our documentation particularly for new users, having better links to our codelabs and cookbooks will help them be productive.
-
- 14 Nov, 2018 1 commit
-
-
stevemessick authored
* Update IntelliJ project template files * Add ignored file * Fix test * Restore comma
-
- 10 Nov, 2018 1 commit
-
-
Dan Field authored
* Make host app test actually test host app * mark updated test as flaky
-
- 08 Nov, 2018 1 commit
-
-
Dan Field authored
* Document module pubspec * update doc on plugin template * clarify language
-
- 07 Nov, 2018 1 commit
-
-
Dan Field authored
-
- 06 Nov, 2018 4 commits
-
-
xster authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 71e9bd6f.
-
Jonah Williams authored
-
- 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
-
- 30 Oct, 2018 3 commits
-
-
Devon Carew authored
* update the docs for the module template * update text
-
Ian Hickson authored
Removes some `new`s and other minor cleanup.
-