flutter_runner 1.4.0 copy "flutter_runner: ^1.4.0" to clipboard
flutter_runner: ^1.4.0 copied to clipboard

Run Flutter on any platform (Web, iOS, Android) with your favorite browser + automatic hot reload.

Changelog #

All notable changes to this project will be documented in this file.

1.4.0 - 2024-12-28 #

Fixed #

  • Chrome Device Mode: Now uses Chrome device directly instead of web-server for proper console log capture
  • Filtered duplicate Flutter key commands display (r, R, q, h, d, c) - now only shows custom hot reload box
  • Edge browser also uses native device mode for console logs

Changed #

  • Other browsers (Safari, Firefox, Arc, Brave) still use web-server mode

1.3.0 - 2024-12-28 #

Added #

  • Full Logs Support: Now displays ALL Flutter output including print(), debugPrint(), build progress, and framework messages
  • Smart log categorization with color-coded styling
  • --verbose / -v flag for extra debugging info
  • New console methods: log(), debug(), build(), flutter()

Changed #

  • Logs are no longer filtered - all app output is visible
  • Improved console output formatting

1.2.0 - 2024-12-28 #

Added #

  • iOS Simulator and device support with hot reload
  • Android Emulator and device support with hot reload
  • flutter_runner devices command to list all connected devices
  • Auto-detect mobile device with -p auto flag
  • DevTools support (press o while running on mobile)
  • Performance overlay toggle (press p while running on mobile)
  • Device ID selection with -d <device_id> flag

Changed #

  • Renamed CLI executable to flutter_runner
  • Improved device detection and selection logic

1.0.0 - 2024-12-28 #

Added #

  • Initial release
  • Custom browser support (Safari, Firefox, Arc, Edge, Brave, Chrome)
  • Automatic hot reload on file save
  • Manual controls (r, R, q)
  • Named pipe communication with Flutter process
  • File watcher integration
  • Beautiful terminal UI with status messages
1
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Run Flutter on any platform (Web, iOS, Android) with your favorite browser + automatic hot reload.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, io, path, watcher

More

Packages that depend on flutter_runner