Tomás Sasovsky
Tomás Sasovsky
**Description** In personal and work projects, we use a lot a method that we basically copy-paste for every Bloc/Cubit. This is it: ```dart void safeEmit(State state) { if (isClosed) return;...
It would be really helpful to have a way to control which subtitles to use, adjust it's delay and size.
the body I'm sending: ```JSON { "email": "[email protected]", } ``` the error I'm getting: 
This is not an issue with the package, but an example of a way you could implement Middlewares very cleanly: The idea, I got from https://github.com/vandadnp/flutter-tips-and-tricks#callable-classes-in-dart. ```dart // login_middleware.dart import...
It would be nice for the build not to fail if the code is not formatted like the Dart linter suggests. Is there any way to change this?
I'm trying to run this on flutter web, and getting this error message in the console: ``` Flutter Web Bootstrap: Auto Error: Unsupported operation: _Namespace at Object.throw_ [as throw] (http://localhost:56952/dart_sdk.js:5080:11)...
Using `fvm` I specify the flutter version to be used per-directory basis. It may mean that I don't have `flutter` available globally, or it can link to a different version...
**Description** While using multiple progress logs, they spawn on top of each other. **Steps To Reproduce** Sample code: ```dart import 'package:mason_logger/mason_logger.dart'; void main() async { final logger = Logger()..info('Starting 3...
Are there any plans to implement YOLOv6 and v7? If not, how could I go about doing that myself?
### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command _No response_ ### Description The flag runPubGetInParallel should accept: - `true`...