commit | a165b43fcb0a76da4c527097c927c9cdf3f0d89a | [log] [tgz] |
---|---|---|
author | jesswrd <jessiewong401@gmail.com> | Wed Dec 18 13:01:24 2024 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 18 21:01:24 2024 +0000 |
tree | 126142e8a8ed0e685b7e3a6026563f0c98f68fe3 | |
parent | 738aecb8be3d871fa7e4c0a3c8d1bb7aab4adf5f [diff] |
Applied Gradle Plugins Declaratively All Remaining Example Apps (#8312) Updated applying gradle plugins from usage of imperative apply to usage of declarative blocks {} apply for plugin example apps. All other android example apps under packages have been migrated. Here are previous bulk migrations from imperative apply to declarative apply: https://github.com/flutter/packages/pull/8019 https://github.com/flutter/packages/pull/8037 Previously migrated applying path_provider plugin example app from imperatively to declaratively in this PR https://github.com/flutter/packages/pull/7822. Tests for changes in the linked PR above. More information on Flutter Gradle Pluggin Apply [here](https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply) All instances of minSdkVersion for example plugin apps use flutter.minSdkVersion instead of the hard-coded version https://github.com/flutter/packages/pull/8035. Partially addresses https://github.com/flutter/flutter/issues/152656
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: