-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
chore: update SDK constraints, dependencies, and Gradle configuration… #354
chore: update SDK constraints, dependencies, and Gradle configuration… #354
Conversation
…s; add analysis options and tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@queendevelopers Could you please take a look at this PR and share your feedback when you have a moment? Thank you!
Could you please address the lint warnings? Thank you! |
I also added some rules and resolved their associated warnings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please avoid making all file changes in a single PR, as it makes the review process more difficult. Instead, create multiple PRs for different fixes to make it easier for maintainers to review. For this PR, kindly keep only the example changes and revert any other changes outside of that. Please create separate PRs for those. Thank you!
When I updated the lints and Flutter, it triggered several lint issues across the project, which I had to address to ensure the build would pass. Additionally, the Flutter update required me to update the Gradle version, which further necessitated migrating to Gradle 8.3 to maintain compatibility. If you'd prefer, I can try separating these changes into multiple PRs, but they are interconnected and may not function independently without the full set of updates. Please let me know how you'd like me to proceed. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review following comments. Thank you!
…r handling and consistency; downgrade SDK version for broader compatibility
…tibility; refactor MyHomePage constructor for null safety
This pull request includes several updates and improvements to the Flutter example project. The changes primarily focus on updating configuration files, improving project metadata, and refining Android build settings.
Configuration and Metadata Updates:
main.dart
in the.idea
directory (example/.idea/runConfigurations/main_dart.xml
)..metadata
file to include new migration tracking information and adjusted the version details (example/.metadata
).Analysis and Linting:
analysis_options.yaml
file to configure the Dart analyzer with recommended lints for Flutter projects (example/analysis_options.yaml
).Android Build and Manifest Changes:
build.gradle
to use plugins and updated SDK versions and configurations (example/android/app/build.gradle
).example/android/app/src/main/AndroidManifest.xml
). [1] [2] [3]These changes collectively improve the project setup, ensure better code quality through linting, and optimize the Android build configuration.