Hello
Do you support Flutter SDK with
environment:
sdk: “>3.0.0 <4.0.0”
Hello, could you please clarify what “sdk” version (3.0.0, 4.0.0) are you referring to?
It’s part of
pubspec.yaml
environment:
sdk: “>3.0.0 <4.0.0”
The plug-in support this flutter version
Thank you for providing clarification. Currently, we only support 'sdk: “>=2.15.1 <3.0.0”
Do you know when will support > 3.0.0
Or what can we do?
I changed in pubspec.yaml to
environment:
sdk: “>3.0.0 <4.0.0”
and the example working.
Is it OK?
Its look like working, I created in my App an Amity user and some Posts
1 Like
Please confirm the the following definition in pubspec.yaml would be OK
environment:
sdk: “>3.0.0 <4.0.0”