Ahmed Elsayed

Results 22 issues of Ahmed Elsayed

Hello, The doc of [useTextEditingController](https://pub.dev/documentation/flutter_hooks/latest/flutter_hooks/useTextEditingController-constant.html) suggests using `useEffect` to update the TextEditingController.text whenever a provided ValueListenable changes. But, When the provided ValueListenable updates the TextEditingController.text for the second time it'll...

documentation

When using a `parent` container for the root `ProviderScope`, it will not be disposed if we call runApp again with a different parent. Using the `parent` here is necessary for...

enhancement
question

ProviderObserver.providerDidFail now handles Exceptions from asynchronous providers (https://github.com/rrousselGit/riverpod/pull/3067) but `didUpdateProvider` still receive AsyncErrors too, which might lead to issues/duplicates. Is there a reason for that? I'd like to fix this...

enhancement
breaking

**Describe the bug** When a listener to a provider is using `.select` and that listener rebuilds, ref.onCancel for the dependent provider is getting called. **To Reproduce** ```dart import 'package:flutter/material.dart'; import...

bug

When all pins are submitted, last pin can be in both submitted & focused state and currently it'll pick `focusedPinTheme`. This PR adds an option to pick `submittedPinTheme` instead. This...

Using the following sample from the examples with a button added to perform a rebuild: ```dart class MyApp extends StatefulWidget { const MyApp({super.key}); @override State createState() => _MyAppState(); } class...

need more information
Candidate to be closed

## Description If the the app's directory contains space i.e: `/Users/Me/With Space/MyApp`, current configuration will read the path as `/Users/Me` and that will cause the configuration to fail when trying...

## Description If a platform's appId/bundleId is not provided, an exception will be thrown inside a CI environment. There was a partial fix for the mandatory flag by https://github.com/invertase/flutterfire_cli/pull/179 but...

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

bug
triage

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command flutterfire reconfigure --token "$FIREBASE_TOKEN" ### Description Running a firebase command in...

question