flutter_runner 1.4.1
flutter_runner: ^1.4.1 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.1 - 2024-12-29 #
Added #
- Universal Browser Logging: Console logs now work with ALL browsers (Brave, Safari, Firefox, Arc, etc.)
- For non-Chrome browsers, Chrome runs for log capture while preferred browser opens for browsing
- All
print()anddebugPrint()output now visible for every browser
Fixed #
- Filtered duplicate Flutter key commands display (r, R, q, h, d, c) - now only shows custom hot reload box
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