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
The PR addresses the conflict between image: ^4.5.4 and archive: ^3.6.1 which prevented migration to flutter: ^3.35.x
Also fixed the flet_example to use github repository for flet: ^0.7.0
My environment is
flutter doctor -v
[√] Flutter (Channel stable, 3.35.7, on Microsoft Windows [Version 10.0.26200.6901], locale en-US) [646ms]
• Flutter version 3.35.7 on channel stable at C:\Users\xxx\develop\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision adc9010625 (6 days ago), 2025-10-21 14:16:03 -0400
• Engine revision 035316565a
• Dart version 3.9.2
• DevTools version 2.48.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android,
enable-ios, cli-animations, enable-lldb-debugging
[√] Windows Version (11 Pro for Workstations 64-bit, 25H2, 2009) [1,811ms]
[√] Android toolchain - develop for Android devices (Android SDK version 36.0.0) [3.9s]
• Android SDK at C:\Users\xxx\AppData\Local\Android\Sdk
• Emulator version 36.2.12.0 (build_id 14214601) (CL:N/A)
• Platform android-36, build-tools 36.0.0
• ANDROID_HOME = C:\Users\xxx\AppData\Local\Android\Sdk
• Java binary at: C:\Users\xxx\AppData\Local\Programs\Android Studio\jbr\bin\java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.7+-13880790-b1038.58)
• All Android licenses accepted.
[√] Chrome - develop for the web [292ms]
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.14.18 (October 2025)) [291ms]
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
• Visual Studio Community 2022 version 17.14.36616.10
• Windows 10 SDK version 10.0.26100.0
[√] Android Studio (version 2025.1.3) [183ms]
• Android Studio at C:\Users\xxx\AppData\Local\Programs\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.7+-13880790-b1038.58)
[√] IntelliJ IDEA Community Edition (version 2025.2) [181ms]
• IntelliJ at C:\Users\xxx\AppData\Local\Programs\IntelliJ IDEA Community Edition
• Flutter plugin version 87.1
• Dart plugin version 252.25557.23
[√] VS Code (version 1.105.0) [14ms]
• VS Code at C:\Users\xxx\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.120.0
[√] Connected device (3 available) [305ms]
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.26200.6901]
• Chrome (web) • chrome • web-javascript • Google Chrome 141.0.7390.123
• Edge (web) • edge • web-javascript • Microsoft Edge 141.0.3537.99
[√] Network resources [320ms]
• All expected network resources are available.
• No issues found!
sheldonrobinson
changed the title
Update to support flutter 3.7.0
Update to support flutter 3.35
Oct 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #167
Changes