- 17 Oct, 2019 2 commits
-
-
Jenn Magder authored
* Remove use_modular_headers from Podfiles using libraries * Remove @imports
-
Emmanuel Garcia authored
* Test the Android embedding v2 * Update integration tests * Split into shards
-
- 15 Oct, 2019 1 commit
-
-
Jenn Magder authored
-
- 04 Oct, 2019 1 commit
-
-
Emmanuel Garcia authored
* Generate projects using the new Android embedding * Add comment about usesNewEmbedding:true * Feedback * Rework way to detect new embedding in new apps
-
- 24 Sep, 2019 1 commit
-
-
Jenn Magder authored
-
- 17 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 14 Sep, 2019 2 commits
-
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
-
- 04 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 03 Sep, 2019 1 commit
-
-
Jenn Magder authored
-
- 02 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 20 Aug, 2019 1 commit
-
-
Jenn Magder authored
-
- 19 Aug, 2019 1 commit
-
-
Jenn Magder authored
-
- 10 Aug, 2019 1 commit
-
-
jmagman authored
-
- 07 Aug, 2019 2 commits
-
-
jmagman authored
-
Emmanuel Garcia authored
-
- 02 Aug, 2019 1 commit
-
-
Jenn Magder authored
If xcode_backend.sh script fails or substitute variables are missing, fail the host Xcode build (#37449)
-
- 01 Aug, 2019 1 commit
-
-
stevemessick authored
-
- 31 Jul, 2019 1 commit
-
-
Jenn Magder authored
-
- 30 Jul, 2019 1 commit
-
-
Jenn Magder authored
-
- 23 Jul, 2019 3 commits
-
-
Emmanuel Garcia authored
`flutter build aar` This new build command works just like `flutter build apk` or `flutter build appbundle`, but for plugin and module projects. This PR also refactors how plugins are included in app or module projects. By building the plugins as AARs, the Android Gradle plugin is able to use Jetifier to translate support libraries into AndroidX libraries for all the plugin's native code. Thus, reducing the error rate when using AndroidX in apps. This change also allows to build modules as AARs, so developers can take these artifacts and distribute them along with the native host app without the need of the Flutter tool. This is a requirement for add to app. `flutter build aar` generates POM artifacts (XML files) which contain metadata about the native dependencies used by the plugin. This allows Gradle to resolve dependencies at the app level. The result of this new build command is a single build/outputs/repo, the local repository that contains all the generated AARs and POM files. In a Flutter app project, this local repo is used by the Flutter Gradle plugin to resolve the plugin dependencies. In add to app case, the developer needs to configure the local repo and the dependency manually in `build.gradle`: repositories { maven { url "<path-to-flutter-module>build/host/outputs/repo" } } dependencies { implementation("<package-name>:flutter_<build-mode>:1.0@aar") { transitive = true } }
-
Emmanuel Garcia authored
This reverts commit 11460b83.
-
Emmanuel Garcia authored
`flutter build aar` This new build command works just like `flutter build apk` or `flutter build appbundle`, but for plugin and module projects. This PR also refactors how plugins are included in app or module projects. By building the plugins as AARs, the Android Gradle plugin is able to use Jetifier to translate support libraries into AndroidX libraries for all the plugin's native code. Thus, reducing the error rate when using AndroidX in apps. This change also allows to build modules as AARs, so developers can take these artifacts and distribute them along with the native host app without the need of the Flutter tool. This is a requirement for add to app. `flutter build aar` generates POM artifacts (XML files) which contain metadata about the native dependencies used by the plugin. This allows Gradle to resolve dependencies at the app level. The result of this new build command is a single build/outputs/repo, the local repository that contains all the generated AARs and POM files. In a Flutter app project, this local repo is used by the Flutter Gradle plugin to resolve the plugin dependencies. In add to app case, the developer needs to configure the local repo and the dependency manually in `build.gradle`: repositories { maven { url "<path-to-flutter-module>build/host/outputs/repo" } } dependencies { implementation("<package-name>:flutter_<build-mode>:1.0@aar") { transitive = true } }
-
- 19 Jul, 2019 1 commit
-
-
Jenn Magder authored
-
- 12 Jul, 2019 1 commit
-
-
Anoop B authored
-
- 10 Jul, 2019 1 commit
-
-
Jenn Magder authored
-
- 08 Jul, 2019 1 commit
-
-
Karen Rustad Tölva authored
-
- 01 Jul, 2019 1 commit
-
-
Jenn Magder authored
-
- 20 Jun, 2019 1 commit
-
-
Jenn Magder authored
-
- 12 Jun, 2019 1 commit
-
-
Jenn Magder authored
Change Xcode project developmentRegion to 'en' and plist CFBundleDevelopmentRegion to DEVELOPMENT_LANGUAGE (#34293)
-
- 07 Jun, 2019 1 commit
-
-
Josh Burton authored
This is a small follow up to the previous AndroidX PR: https://github.com/flutter/flutter/pull/31028 This fixes an issue mentioned [here](https://github.com/flutter/flutter/issues/28805) where the androidX flag for a module is not set when creating a new project: `flutter create --androidx -t module my_flutter`
-
- 01 Jun, 2019 1 commit
-
-
Josh Burton authored
-
- 24 May, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 21 May, 2019 1 commit
-
-
Michael Thomsen authored
-
- 14 May, 2019 1 commit
-
-
Kate Lovett authored
* Updating dart.dev related links * Update packages/flutter_tools/lib/src/base/context.dart
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 12 Feb, 2019 1 commit
-
-
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 1 commit
-
-
KyleWong authored
-
- 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)
-