-
Notifications
You must be signed in to change notification settings - Fork 31
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
Dart null safety and some other changes #24
base: master
Are you sure you want to change the base?
Conversation
Migrated using dart migarte.
RaisedButton has been depreacted in Flutter 2.
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.
Thank you for rewriting the code to null safety.
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.
Great 👍🏼
@ali-alizadeh Thanks for migration, I am going to use this pckage, how can I get the null safe version in my flutter app? |
@ZahraVe Sorry for the very late response. ...
dependencies:
wallpaper_manager:
git: https://github.com/ali-alizadeh/wallpaper_manager.git
... |
Hello. Thank you @AdityaMulgundkar for this great plugin!
Dart null safety has been around some time. So I decided to migrate this plugin.
I have migrated the project to null safety using
dart migrate
command, and have made some edits on the changes made by it (Fixes #23).I have also updated pedantic packages to the latest version and fixed new lint errors.
Let me know if there's something wrong.
Thanks.