- 11 Jul, 2020 1 commit
-
-
xster authored
-
- 15 Jun, 2020 1 commit
-
-
Ian Hickson authored
-
- 12 Apr, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 11 Mar, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 28 Feb, 2020 1 commit
-
-
Jason Simmons authored
Update Android activities because plugin registration is now done by FlutterActivity.configureFlutterEngine (#50841)
-
- 13 Feb, 2020 1 commit
-
-
Dan Field authored
* drop unnecessary test deps * bump to junit 4.13
-
- 02 Nov, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 01 Nov, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 23 Oct, 2019 1 commit
-
-
Taufiq Rahman authored
-
- 17 Oct, 2019 1 commit
-
-
Emmanuel Garcia authored
* Test the Android embedding v2 * Update integration tests * Split into shards
-
- 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
-
- 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
-
- 02 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 07 Aug, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 01 Aug, 2019 1 commit
-
-
stevemessick 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 } }
-
- 01 Jun, 2019 1 commit
-
-
Josh Burton authored
-
- 24 May, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 30 Jan, 2019 1 commit
-
-
KyleWong authored
-
- 22 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 19 Jan, 2019 1 commit
-
-
Dan Field authored
-
- 15 Jan, 2019 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/25703
-
- 09 Jan, 2019 2 commits
-
-
kongshanshan33 authored
Fix project directory has spaces lead to compile error when use 'flutter create -t module'command (#23817)
-
Dan Field authored
-
- 20 Oct, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 18 Oct, 2018 2 commits
-
-
Sebastian Roth authored
- 10 Oct, 2018 1 commit
-
-
Greg Spencer authored
We decided that redefining the default for templates was premature. We're going to go back to having "module" in experimental land again, and we'll try again when we have the feature set fully baked. This keeps the writing of the .metadata files, and writing the template type to them, because that was a good improvement, and there are still a bunch of added tests that improve our coverage.
-
- 04 Oct, 2018 1 commit
-
-
Greg Spencer authored
This renames the "module" template to the "application" template, and makes "application" the default. The existing "app" template is now deprecated. flutter create also now recognizes the type of project in an existing directory, and is able to recreate it without having the template type explicitly specified (although you can still do that). It does this now by first looking in the .metadata file for the new project_type field, and if it doesn't find that, then it looks at the directory structure. Also, the .metadata file is now overwritten even on an existing directory so that 1) the project_type can be added to legacy projects, and 2) the version of Flutter that updated the project last is updated. I also cleaned up a bunch of things in create_test.dart, added many more tests, and added an example test to the test/ directory in the generated output of the application template. Fixes #22530 Fixes #22344
-
- 19 Sep, 2018 1 commit
-
-
matthew-carroll authored
Renamed 'flutter materialize' to 'flutter make-host-app-editable'. The iOS version is still incomplete and will therefore require additional renaming. (#21771) (#22006)
-
- 30 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 16 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 13 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 04 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 03 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
This reverts commit cacd291c.
-