virtual_phone 2.0.1
virtual_phone: ^2.0.1 copied to clipboard
A web-based smart phone simulator.
2.0.1 #
- Upgrade to
flutter_riverpod^3.0.0 (internal implementation; no public API change) - Bump
flutter_lintsto ^6.0.0,build_runnerto ^2.15.0,json_serializableto ^6.14.0,json_annotationto ^4.12.0 - Complete freezed 3 migration for
DeviceStateandOSSettings - Require Flutter 3.44.1 / Dart 3.12.0
2.0.0 #
- Fix non-uniform scaling across different virtual devices
- Fix frame/screen alignment with AspectRatio
- Refactor type names for clarity (BezelRatio, EdgeInset, DeviceSafeArea)
- Consolidate device model types into single file
- Reorganize state files by domain
- Reorganize widgets into categorized subdirectories
- Simplify MediaQuery override logic
- Require Flutter 3.41.2 / Dart 3.11.0
1.0.0 #
- Initial Release