-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
AndroidX compatible? #3
Comments
@jasonlaw That is a good question, and I don't know much about AndroidX and packages at this point. I need to look into this more and determine what needs to be changed to support AndroidX. |
Hi @larryaasen , I am using this as reference: https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility From your package reference, at least I see the package_info is not AndroidX compatible. This is from the package_info released notes: Hope this help. |
@jasonlaw Thanks for pointing that out. I am updating all of the packages in the pubspec.yaml file (actually 5 of them) to pickup the versions that now support AndroidX. I should have this ready soon. |
I just published version 0.5.0 of this upgrader package at https://pub.dartlang.org/packages/upgrader. I updated dependent packages to AndroidX compatible versions. Commit: 3a118ae @jasonlaw Please let me know if this runs in your AndroidX app. |
Hi @larryaasen , Thanks for the fast action! I will definitely try this in my app. Thanks again! |
Hey, great work. I'm excited to use this plugin. There appears to be a compatibility issue with Flutter stable, which is currently using Dart SDK
Which Flutter channel are you using? |
@stevenspiel I published version 0.5.1 of this pack using Dart 2.2.0 and xml 3.4.0 which passed the tests on the Flutter dev branch. Hopefully, this will solve your problem. |
Great! Thank you! |
Hi @larryaasen ,
Is this package ready for AndroidX? If not, do you have a plan to do so?
Thanks in advance.
The text was updated successfully, but these errors were encountered: