Nathnael

Results 7 issues of Nathnael

It would be a great enhancements by introducing a feature that allows to directly stream data from archive formats without the need for complete extraction. This would significantly benefit the...

It would be nice to have a reverse animation feature for hiding the child widget.

I was trying to encode an image to AVIF in isolate using compute but it shows the following error: `Unhandled Exception: LateInitializationError: Field 'api' has not been initialized.` `FlutterAvifPlatform.api (package:flutter_avif_platform_interface/flutter_avif_platform_interface.dart)`...

The current usage of `library` and `part of` declarations in Dart has certain limitations, particularly when using the `library` name as a `part of`, which is discouraged. The `flutter_lints` package...

feature

The `flutter_lints` rule `always_put_required_named_parameters_first` enforces placing required named parameters before others. I propose extending and enhancing this rule in `solid_lint` to support a more flexible ordering for different types of...

Please update the `analyzer` and `custom_lint_builder` dependencies to their latest compatible versions.

Currently, the `catch_parameter_names` lint rule restricts parameter names to `err` and `st`. To increase flexibility and accommodate various coding standards, it would be beneficial to support custom parameter names in...