juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.09k stars 505 forks source link

Update dart sdk in pubspec to < 4.0 instead of < 3.0 #914

Closed timbotimbo closed 6 months ago

timbotimbo commented 6 months ago

Description

The pubspec.yaml files for the plugin and example have outdated contraints on the dart sdk.

Compare that to the Dart version of recent Flutter releases:

Somehow i'm not getting any errors on installing or building the package, but I won't be surprised if this will lead to errors in the future.

Type of Change

timbotimbo commented 6 months ago

Closing this for now as I see an update on pub.dev 2022.2.1, which isn't on master, that seems to update the plugin to < 4.0.0