flutter_3d_controller icon indicating copy to clipboard operation
flutter_3d_controller copied to clipboard

Dependency version requirements for this library

Open YeFei572 opened this issue 4 months ago • 1 comments

Because the version of Flutter is too low, it is recommended to minimize the dependency version of some plugins to facilitate the use of users who have not upgraded Flutter.

dependency_overrides:
  path:
    version: 1.8.3
  http:
    version: 1.2.0
  webview_flutter:
    version: 4.5.0
  webview_flutter_wkwebview:
    version: 3.10.2

YeFei572 avatar Oct 08 '24 17:10 YeFei572