You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[√] Flutter (Channel stable, 3.7.12, on Microsoft Windows [版本 10.0.26100.3476], locale zh-CN)
[X] Windows Version (Unable to confirm if installed Windows version is 10 or greater)
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
X Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.12.5)
[√] Android Studio (version 2023.1)
[!] Android Studio (version 2024.1)
X Unable to find bundled Java version.
[√] IntelliJ IDEA Ultimate Edition (version 2023.1)
[√] VS Code (version 1.85.2)
[√] Connected device (4 available)
[√] HTTP Host Availability
Version
3.6.4
Platforms
Android
Device Model
HUAWEI MATE 60 PRO
flutter info
How to reproduce?
final PMFilter filter = FilterOptionGroup( imageOption: const FilterOption( sizeConstraint: SizeConstraint(ignoreSize: false,maxWidth: 1000,maxHeight: 1000), ), videoOption: const FilterOption( sizeConstraint: SizeConstraint(ignoreSize: false,maxWidth: 8000,maxHeight: 8000,), durationConstraint: DurationConstraint(max: Duration(seconds: 7)) ) );
Logs
Example code (optional)
Contact
No response
The text was updated successfully, but these errors were encountered: