Skip to content

Releases: SoFluffyOS/lumide_flutter

1.4.0

11 Mar 10:33

Choose a tag to compare

🚀 New Features

  • Keyboard Shortcuts: Added + \ for Hot Reload and + Shift + \ for Hot Restart.
  • Device Icons: Fixed an issue where all devices showed a smartphone icon; now correctly displays icons for Web and Desktop targets.

Full Changelog: 1.3.0...1.4.0

1.3.0

03 Mar 09:59

Choose a tag to compare

🚀 New Features

  • Flutter Daemon Integration: Utilize the Flutter Daemon to serve DevTools, removing manual webview fallbacks.
  • Reactive Device List: Listen to device connections and disconnections via the daemon instead of manually polling or refreshing.

🐞 Bug Fixes

  • Prevent log truncation of multiline or extensive outputs coming from developer.log.
  • Correct the Open DevTools menu icon.

Full Changelog: 1.2.0...1.3.0

1.2.0

28 Feb 08:51
35c6f3a

Choose a tag to compare

🚀 New Features

image
  • Target Picker UI:
    • Dynamically scan **/main.dart entry points across monorepos and inject them directly into a top-bar Quick Pick interface.
    • Target paths are processed seamlessly into flutter run --machine -d <device> -t <relative-lib/main.dart>.
    • Automatically resolves the parent package directory and switches workingDirectory context to handle deeply nested plugins properly.
    • Support manual override inputs to inject custom entry points.
  • Monorepo Support:
    • Enforce Workspace rules to prevent unbounded SDK scoping errors on nested monorepo dependencies.
  • Under The Hood:
    • Migrate lumide_flutter onto lumide_api v0.9.0 supporting rich tooltip item payloads.

Full Changelog: 1.1.1...1.2.0

1.1.1

19 Feb 13:05
89c07de

Choose a tag to compare

1.1.1 (2026-02-19)

🐞 Bug Fixes

  • Handle incorrect assets path mapping when running from a prebuilt executable.

🧹 Refactors

  • Remove redundant version field from the plugin manifest.

1.1.0 (2026-02-16)

🚀 New Features

  • Add lumide_flutter to executables.

Full Changelog: 1.1.0...1.1.1

1.1.0

19 Feb 13:04
3cc5dbe

Choose a tag to compare

🚀 New Features

  • Add lumide_flutter to executables.

Full Changelog: 1.0.0...1.1.0

1.0.0

14 Feb 17:52
40f1c07

Choose a tag to compare

🚀 New Features

  • Project Management:

    • Initialize projects with pub get (Parallel execution supported).
    • Clean build artifacts with flutter clean.
    • Run flutter doctor to check environment health.
  • Running & Debugging:

    • Hot Reload on save or via toolbar.
    • Hot Restart support.
    • View real-time logs in the Flutter output channel.
    • Separate Build Output channel.
  • Device Management:

    • View currently selected device in the Status Bar.
    • Switch devices via Quick Pick menu (flutter.device).
  • DevTools Integration:

    • Open Dart DevTools in an embedded Webview Panel.
    • Option to open DevTools in external browser.
  • User Experience:

    • Status Bar: Quick access to Flutter Tools menu.
    • Toolbar: Dynamic controls based on run state.
    • Notifications: Batched error reporting for bulk operations.

Full Changelog: https://github.com/simonpham/lumide_flutter/commits/1.0.0