The document says
The minimum Flutter SDK version required for our component is v1.7.8
but when I tried to compile it with 1.9 version of flutter SDK for IOS, it complains
MacBook-Pro:Samples XXXX$ flutter pub get
The current Flutter SDK version is 1.9.1+hotfix.6.
Because flutter_examples depends on path_provider >=1.5.1 which requires Flutter SDK version >=1.10.0 <2.0.0, version solving failed.
Any idea how to fix this?
Thanks