aloisdeniel / flutter_device_preview

Approximate how your app looks and performs on another device.
https://aloisdeniel.github.io/flutter_device_preview/
MIT License
2.21k stars 343 forks source link

Flutter latest version support for device preview #245

Closed RuslanTsitser closed 5 months ago

BazinC commented 6 months ago

@aloisdeniel can you please give a look? :)

tobiasht commented 6 months ago

That seems to have fixed the problem. Thanks!

RuslanTsitser commented 6 months ago

you did pump the sdk version and force older versions to upgrade, why to upgrade the configured numbers? isn't remove the deprecations or replace with equivalent would be just enough?

It might have been enough to simply replace the deprecated methods. However, I updated the SDK and dependency versions in pubspec just to be safe because it's good practice to periodically update dependencies incrementally