Skip to content

chore: update Flutter project configuration and dependencies #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

berhili098
Copy link

This pull request includes significant updates to the example/.metadata file to enhance its functionality and tracking capabilities. The most important changes are:

Metadata updates:

  • Updated revision and channel values to new identifiers.
  • Added project_type to specify the type of project.

Migration tracking:

  • Introduced a new migration section to track metadata for the flutter migrate command across multiple platforms (root, android, ios, linux, macos, web, windows).
  • Added a unmanaged_files section to list local paths that should be ignored by the migrate tool.

- Updated Flutter project metadata to use stable channel and new revision.
- Enhanced Android build configuration by switching to mavenCentral and updating Gradle version.
- Refined AndroidManifest.xml files for better clarity and added necessary permissions.
- Removed unused MainActivity.kt file and adjusted project structure for better organization.
- Updated .gitignore to include additional files and directories.
- Added support for FFI plugins in generated CMake files for Linux and Windows.

These changes improve project stability and maintainability.
- Updated .gitignore to include gradle files and keystore properties.
- Modified build.gradle files to switch to mavenCentral and update Gradle version.
- Refined AndroidManifest.xml files for clarity and added necessary permissions.
- Removed unused MainActivity.kt file to streamline project structure.
- Added support for FFI plugins in generated CMake files for Linux and Windows.
- Updated gradle-wrapper.properties to use the latest Gradle distribution.

These changes improve project organization, maintainability, and compatibility with Flutter's latest features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant