Skip to content
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

Update dependencies and configuration to version 0.5.4 #179

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

Conversation

EduardoM-GO
Copy link

This PR includes several updates to align with the latest requirements and improvements:

  • Dart SDK: Updated the minimum Dart SDK version to 3.0.0.
  • Android:
    • Upgraded compileSdkVersion to 34.
    • Updated minSdkVersion to 19.
  • AGP (Android Gradle Plugin): Updated to version 8.5.2.
  • Version Bump: Bumped the version to 0.5.4 to reflect the changes made.

These updates ensure compatibility with the latest platform versions and enhance project stability and performance.

Changes:

  • Updated pubspec.yaml with the new Dart SDK version.
  • Modified build.gradle files for Android to reflect updated SDK and AGP versions.

Version:

  • Bumped to version 0.5.4.

- Upgrade Gradle and Android Gradle plugin versions
- Replace jcenter() with mavenCentral()
- Update compileSdk and minSdkVersion
- Add namespace to Android configuration
- Set Java compatibility to version 11
- Update Gradle wrapper properties
- Adjust Flutter SDK and Dart version constraints
- Update test file to use new method channel setup
- Update iOS deployment target to 12.0 for better compatibility with modern libraries.
- Simplify `Podfile` structure by aligning with the latest CocoaPods conventions.
- Replace `Column` with `ListView` in the example app's main body to improve scrolling behavior.
- Refactor widget list generation using the spread operator for cleaner and more concise code.
- Remove unnecessary `Expanded` and `Container` widgets to streamline the layout.
- Update pub version badge to 0.5.4
- Update dependency version in installation instructions
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