flutter_runner 1.4.0
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/-vflag 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 devicescommand to list all connected devices- Auto-detect mobile device with
-p autoflag - DevTools support (press
owhile running on mobile) - Performance overlay toggle (press
pwhile running on mobile) - Device ID selection with
-d <device_id>flag
Changed #
- Renamed CLI executable to
flutter_runner - Improved device detection and selection logic