Morgan Hunt

Results 12 issues of Morgan Hunt

**Describe the issue** When my class is private `_Ready`, I would expect that all generated code should also be private to be used from only within that library/file. Current Generated...

**Is your feature request related to a problem? Please describe.** Depending on how you structure your app, the folder's & file's names could vary. Following DDD, I group all of...

enhancement
extension

As a developer, I would like my assets to load with as little delay as possible. This is achievable via `precacheImage` and `precachePicture` (using flutter_svg). It can be done with...

## Status **IN DEVELOPMENT** ## Breaking Changes NO ## Description When comparing derived (sub) classes to it's base class, the result it always `false`. I would expect that, if the...

**Describe the issue** As a developer, deprecating fields is sometimes needed. Deprecating the field will trigger a lint throughout the project to alert the developer to avoid using this parameter/property....

enhancement

Flutter Version ```console Flutter 3.3.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision e3c29ec00c (6 days ago) • 2022-09-14 08:46:55 -0500 Engine • revision a4ff2c53d8 Tools • Dart 2.18.1 •...

**Is your feature request related to a problem? Please describe.** When I organize files that contain multiple classes, it would be nice to sort the classes based on if they're...

enhancement

**Description** I have a local package "**shared_hook_methods**" that I have added to my pubspec.yaml's dependencies within the `hooks` directory. I noticed that when I modify any file within said package...

bug

# Description As a developer, it's essential to maintain descriptive and explicit scripts for better understanding, especially for new team members. However, dealing with lengthy and explicit terminal commands can...