Pierre Martin

Results 7 issues of Pierre Martin

Hello, I think I've encountered a bug with `ShellRoute`. Considering the following router setup, I'm not able to navigate to `/shell/child` when entering url in navigator (chrome): ```dart final GoRouter...

It would be great to have a way to get the upload progress of multipart requests. An example of how to achieve this with http package [can be found here](https://github.com/salk52/Flutter-File-Upload-Download/blob/master/upload_download_app/lib/services/file_service.dart#L117)....

enhancement
help wanted
http

Using [reactive_state_machine](https://github.com/AffordantSoftware/reactive_state_machine) under the hood would allow an less coupled integration with bloc. This would reduce the risk for adopters by letting the option to switch state machine package afterward....

When I try to create a collection with nested collection without wildcard, like so: ``` @Collection('users/*/task/dataExtraction') ``` I get the following error: ``` [SEVERE] cloud_firestore_odm_generator on lib/database/model.dart: The annotation @Collection...

Issue raised from Tango-Tango fork: > Since StateMachine handles onEnter/onExit/onChange methods > in the [Bloc.onChange] handler, these side effects cannot be awaited. > > Due to this, the bloc has...

Having Dart support would allow us to use SpacetimeDB to build Flutter applications. Firebase firestore + cloud functions is a very popular choice for Flutter apps, Maybe SpaceTimeDB could be...

feature-request