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

Support for later versions of path_provider #34

Closed
schisms opened this issue Mar 8, 2021 · 7 comments
Closed

Support for later versions of path_provider #34

schisms opened this issue Mar 8, 2021 · 7 comments

Comments

@schisms
Copy link

schisms commented Mar 8, 2021

Really enjoying the plugin, and are using it for my settings screen. However, I am encountering a fairly significant problem. Many of my packages are requiring later versions of path_provider. The maximum supported by flutter_settings_screens appears to be 1.4.4, but the latest version of path_provider is 2.0.1. I am having trouble updating plugins because of this.

Thanks ~~

@GAM3RG33K
Copy link
Owner

GAM3RG33K commented Mar 9, 2021

Hi, @schisms, thank you for using this library. I am glad you liked it. If you can work with v1.4.4 of path_provider for some time, then I request you to keep using the same. I am planning a few major updates but due to time constraints it is not possible for me to work on them.
I am planning to update the dependencies & refactroing the internal logic to comply with new flutter norms & dart SDK changes.
At very last I will start migrating to null safe version.

However, If you can't wait for these updates, you can always move a fork of this plugin to your project offline & make changes required for your project.

Thank you again for using this library.

@riklarkin
Copy link

Hi @schisms , I created a fork yesterday solely for the purpose of updating the 3 dependencies in the pubspec.yaml file. I needed to do this to avoid version conflicts, you can thus use that version if it helps. Make your pubspec.yaml file like this:

flutter_settings_screens: # Will revert to pub.dev version once they release a null safety update
git:
url: https://github.com/riklarkin/flutter_settings_screens

When this version is updated then I'll remove my plugin and go back to using this master one.

@GAM3RG33K
Copy link
Owner

@schisms I have merged the pull request #36 created for updating all the packages & flutter changes to latest versions.
You can check these changes & use the latest master branch checkout if you need.

I'll keep this issue open for some time & close once everthing is verified properly.

@IanWorthington
Copy link

@schisms I have merged the pull request #36 created for updating all the packages & flutter changes to latest versions.
You can check these changes & use the latest master branch checkout if you need.

I'll keep this issue open for some time & close once everthing is verified properly.

The pubspec.yaml specifies 1.6.8, rather than the latest. Is that deliberate?

@GAM3RG33K
Copy link
Owner

GAM3RG33K commented Apr 3, 2021 via email

@Androz2091
Copy link

Yes, and the package is only using shared_preferences 0.5
is it possible to bump it?

@GAM3RG33K
Copy link
Owner

@Androz2091 Every package is now bumped up in the latest pull request #42

The same has been released as v0.2.2+1 on pub.dev

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

5 participants