dotup_device_simulator 1.0.3
dotup_device_simulator: ^1.0.3 copied to clipboard
DeviceSimulator allows you to easily test your Flutter app for different screen resolutions and platforms. Quick n dirty null safety
0.9.1 - 2019-10-27 - Initial release. #
- Initial working version of DeviceSimulator
0.9.5 - 2019-10-27 - Docs. #
- Improved documentation
0.9.6 - 2020-02-23 - Support for routes #
- Breaking change. This update includes automatic support for routes. There is no longer a need to include DeviceSimulator when pushing a route.
1.0.0 Quick n dirty null safety #
1.0.1 Fix: Missing assets #
1.0.2 Fix: Missing assets #
1.0.3 New #
- initialDeviceIndex: 3,
- initialPlatform: TargetPlatform.android,
- orientation: Orientation.portrait,