Diego Tori
Diego Tori
The documentation in [use_build_context_synchronously](https://dart-lang.github.io/linter/lints/use_build_context_synchronously.html) only provides a minimal 'bad' example (with not much context either). **Proposal** The docs should provide better 'bad' examples for common pitfalls. For example, changing: ```dart...
Addresses issue #31. @zenled Please review at your earliest convenience so that we can finally bring this up to date. Thanks.
@zenled Is there any plans to migrate this library to Null-safety, since this library hasn't been updated in years? Thank you in advance.
Addresses issue #19 from https://github.com/flutter/flutter/issues/121417#issuecomment-1945212351.
### Package Version 9.9.0 ### Flutter Version 3.29 ### Platforms Linux, macOS, Windows, Web, iOS, Android ### How to reproduce? Using the `crop_to_main_editor.dart` example, create a `CropRotateEditorConfigs` with an `initAspectRatio`...
### Platforms Web, Windows, macOS, Linux, iOS, Android ### Description We're trying to prevent the user from re-sizing/cropping images beyond a width and height. This should work as either an...
iOS has known issues where it may not keep the screen on (affecting 16.4 and higher). Once I get myself an iOS device, I'm gonna port the code from [Insomnia.swift](https://github.com/ochococo/Insomnia/blob/master/Insomnia/Insomnia.swift)...