Arthur Miranda

Results 4 issues of Arthur Miranda

**Describe the bug** Flutter allows us to disable lints using: `// ignore_for_file: type=lint`. Reference: https://dart.dev/tools/analysis This is working as expected, actually. When I start my project with this directive, all...

bug
question

Is your feature request related to a problem? Please describe. - Problem: Difficulty accessing providers in new contexts created by dialogs, modals, pushed routes, leading to frustration and increased boilerplate....

enhancement

I'm currently using: ```yaml - avoid_late_keyword: allow_initialized: true ignored_types: - AnimationController - StreamSubscription - Timer ``` Timer is working fine and AnimationController too, but StreamSubscription is not working and here...

`sortedBy` is one of the best extensions of `dartx`. `SortedList` class allows us to sort, and uses the internal `order` int to decide whether it is ascending or not. This...