- 19 Apr, 2023 1 commit
-
-
Bartek Pacia authored
Refactor Flutter Gradle Plugin so it can be applied using the declarative `plugins {}` block (#123511) This PR aims to resolve #121552. Resources used: - [Developing Plugins](https://docs.gradle.org/current/userguide/custom_plugins.html) - [Using Gradle Plugins](https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block) - [Composite Builds Plugin Development Sample](https://docs.gradle.org/current/samples/sample_composite_builds_plugin_development.html) This PR also paves way for #121541, because apps will no longer have: ```groovy apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" ``` hardcoded. Instead, they'll use: ```groovy plugins { // ... id "dev.flutter.flutter-gradle-plugin" // the exact name is tentative } ```
-
- 29 Mar, 2023 1 commit
-
-
Bartek Pacia authored
Fix warning in `flutter create`d project ("package attribute is deprecated" in AndroidManifest) (#123426) Fix warning in `flutter create`d project ("package attribute is deprecated" in AndroidManifest)
-
- 08 Oct, 2022 1 commit
-
-
Brett Morgan authored
-
- 15 Apr, 2022 1 commit
-
-
Pierre-Louis authored
* Remove trailing spaces * more * empty commit
-
- 09 Mar, 2022 1 commit
-
-
Tacca authored
-
- 28 Feb, 2022 1 commit
-
-
Emmanuel Garcia authored
-
- 24 Feb, 2022 1 commit
-
-
Tacca authored
-
- 26 Jan, 2022 1 commit
-
-
Daco Harkes authored
-
- 15 Dec, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 15 Oct, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 28 Jun, 2021 1 commit
-
-
Filip Hracek authored
-