Ahmed Elsayed

Results 22 issues of Ahmed Elsayed

```dart /// File-A: @MappableEnum() enum SomeEnum { A, B, } /// File-B: @MappableClass() class Foo with FooMappable { const Foo({ required this.someEnum, }); final SomeEnum someEnum; } /// File-C: @MappableClass()...

**Edit (Remi)**: The issue is that if the very first read of a provider throws, the stacktrace is effectively duplicated **Describe the bug** If a provider emits an error synchronously...

enhancement

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...

a: text input
package
team-ecosystem
has reproducible steps
P3
p: flutter_adaptive_scaffold
found in release: 3.10
triaged-ecosystem
found in release: 3.13

The pagination approach at `pub` example (Also mentioned by Remi at FlutterVikings before) won't dispose fetchPackagesProvider of a page even if it's out of screen. i.e: If you scroll down...

documentation

### Is there an existing issue for this? - [X] I have searched the existing issues. ### CLI Version 1.0.1-dev.0 ### Firebase Tools version 13.8.1 ### Flutter Doctor Output [✓]...

bug
question

Is there a way to avoid adding `__type` for the nested objects? i.e I'm doing the following: ```dart SomeMapper.ensureInitialized() .encodeJson(this, EncodingOptions(includeTypeId: false)); ``` SomeMapper has nested objects which themselves should...

The hierarchical logging documentation is inaccurate and needs to be updated. _Note_: Logging level should enable logging for all levels above that level not below that level. - Thanks for...

When a property with a placeholder is followed by a key prefixed with `@@x-`, a warning `The placeholder is defined in the metadata, but not in the message.(missing_placeholder_with_metadata)` is popped....

We need to find some reliable approach for initializing some values before pushing a route and add it to documentation. There was a related issue #1329 that was asking for...

documentation
needs triage