-
Notifications
You must be signed in to change notification settings - Fork 99
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
Migrating to flutter 2.0 #27
Comments
Hi ,Can I work on this ? I am participating in GSSOC21. |
@pawan2806 How you will be implementing this? Please let us know your approach. |
Are you working ? |
I might need some help with this. Many of the packages don't support null safety yet. And as almost all the packages depend on each other, the project is giving countless errors on increasing the dependency versions of packages that actually support null safety. |
Hey @pawan2806 ,
|
@hiashutoshsingh I think we have to wait until all packages are updated to null-safety versions. |
is dependency override not working here. I guess it should. @pawan2806 |
Feature: Project migration to flutter 2.0
Expected Behaviour: All packages should be compatible with flutter 2.0, deprecated field should be replaced with a new one.
POINTS-25
The text was updated successfully, but these errors were encountered: