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

Enhancement: Upgrading the flutter version for easy setup #210

Open
RunTerror opened this issue Dec 4, 2023 · 3 comments
Open

Enhancement: Upgrading the flutter version for easy setup #210

RunTerror opened this issue Dec 4, 2023 · 3 comments

Comments

@RunTerror
Copy link
Contributor

I will strive to align the existing dependencies and codebase to ensure compatibility with the latest Flutter version.

@RunTerror
Copy link
Contributor Author

Null Safety Migration and Package Updates
Overview
This pull request documents the migration process to null safety and updates incompatible packages in the codebase. The goal is to enhance the project's stability, safety, and maintainability.

Changes Made
Dart Version Downgrade and Error Resolution:

Initially downgraded Dart version to 2.1.
Resolved all null safety-related errors in the codebase.
Pubspec Merging:

Merged the pubspec file after resolving compatibility issues.
Flutter Version Upgrade and Null Safety Activation:

Upgraded Flutter version.
Activated null safety using FVM.
Package Replacements:

Replaced incompatible packages with null-safe alternatives:
geolocator → flutter_geocoder_alternative
data_connection_checker → data_connection_checker_nulls
modal_progress_hud → modal_progress_hud_nsn

Updated project documentation to reflect changes made during null safety migration and package replacements.
Community Support:

@srockstech
Copy link

Hi, @RunTerror are you working on this issue? Or should I take it up? The repo has a lot of dependency issues as well due to null safety @cfsmp3

@RunTerror
Copy link
Contributor Author

Hello @srockstech
I have successfully addressed and resolved issues related to Flutter, Dart, and their dependencies. I've submitted a pull request, and the maintainers will review it shortly.

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

No branches or pull requests

2 participants