rwema3 / SongTubeExactApp

SongTubeExactApp
Boost Software License 1.0
31 stars 2 forks source link

question on plugin? #3

Open peacejr7 opened 2 years ago

peacejr7 commented 2 years ago

how can I update the Shared preferences plugin?

rwema3 commented 2 years ago

Go to the terminal and run this line of code?

$ flutter pub add shared_preferences

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies: shared_preferences: ^2.0.15

thanks.

Piotr-Wosinek commented 1 year ago

Can you update this app? Now not working

rwema3 commented 1 year ago

For more context, share the error you're getting

Piotr-Wosinek commented 1 year ago

There is a lot of errors, but first please tell me about this code: "https://github.com/SongTube/SongTube-New" - Is this newer version of this above code or what?