device_simulator
device_simulator copied to clipboard
I have an issue when building the new app after upgraded futter to stable 1.22. Dug a little and saw file `device_simulator.dart` using `custom_navigator.dart` in line 4. The build logs:...
> DeviceSimulator allows you to easily test your Flutter app for different screen resolutions and platforms. If you use this package, please consider downloading the **Newsvoice app** and giving us...
Here is the error that this PR resolves (shown during "flutter build ios") using Flutter (Channel beta, 1.19.0-4.1.pre, on Mac OS X 10.15.5 19F101, locale en-CA): This application cannot tree...
## Description We should migrate this package to null safety. ### Blocked dependencies: - [ ] custom_navigator (https://github.com/ayham95/Custom-navigator/issues/33) ## Resources * [How to migrate Dart packages to null safety](https://youtu.be/eBr5tlumwlg) *...
Hi @vlidholt, thanks for the ingenious package, it is very helpful! I've been having a problem with some bottom padding in the view, and i've decided to fix it for...
Hi Viktor, Thank you for the great plugin. I've forked and started working on some changes I needed, but will be happy to contribute back once finished and if you...
It'd be great to be able to rotate the view independently of a device's rotation. A great use case for this package would be debugging apps on a landscape-oriented iPad...
Cool project! Is it possible to add a text scaling slider as well, to simulate the various text sizes that iOS/Android offer to their users (for accessibility etc). Android also...