Rolly Peres
Rolly Peres
Hey @ayalma 👋 Would you mind merging this since there's provider conflicts with other packages...
Would be extremely helpful to have a similar configuration flag like `includeIfNull` but for the `defaultValue`. By default would be set to `true`. This would be great to use when...
Hey @letsar 👋 Considering you took the route of handling internally different interactions between slidables with the help of `SlidableAutoCloseBehavior`, how could one configure the `duration` and `curve` when opening...
Hey @spebbe 👋 I'd like to suggest adding the `StackTrace` to the left of a task invocation. So instead of: ``` @override Task attempt() => new Task(() => run().then(right).catchError((err) =>...
Hey @rektdeckard 👋 Great icon set! Would you mind also exporting lists or maps of icons grouped by type? e.g.: normal, bold, etc. Thanks!
**Is your feature request related to a problem? Please describe.** Currently there's no way to easily specify a sub-set of props you want stringified. **Describe the solution you'd like** Would...
Hi @Milad-Akarie 👋 I keep getting this error, any clue why that might happen ? using latest versions. ``` Error running Instance of 'InjectableGenerator' dynamic is not a class element...
First of all nice approach and some heavy work you did here. Secondly, I feel like a per feature structure would be really beneficial, since you'd get everything in one...
**Description** Please consider exposing a `List` from `ReplayBloc`/`ReplayCubit` similar to `ReplaySubject`. This would allow for easy access to previous `limit` number of states. **Desired Solution** I would like to have...