m-r-davari / flutter_3d_controller

The most complete Flutter package for rendering interactive 3D models in various formats (GLB, GLTF, OBJ, FBX), with the ability to control animations, textures, camera, and more.
https://pub.dev/packages/flutter_3d_controller
MIT License
107 stars 14 forks source link

Dependency version requirements for this library #35

Closed YeFei572 closed 1 month ago

YeFei572 commented 1 month ago

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
m-r-davari commented 1 month ago

Hi, Thanks for reporting, because of pub.dev scoring I need to keep dependencies updated. I should increase the version of Flutter in next version

m-r-davari commented 1 month ago

done in v2.0.2