Lukas Mirbt

Results 9 issues of Lukas Mirbt

What is the recommended way to log refresh and retry requests? Or adding other kinds of interceptors to those requests. There is currently a pitfall that causes [requests to stall...

Reproduction example: https://github.com/LukasMirbt/fresh_dio_example Reproduction steps: Run the app, log in and wait for the photos to load. All changes from the default example are in the jsonplaceholder_client package.

See https://github.com/felangel/fresh/issues/92

**Description** Hi! In #3944, it's mentioned that the recommended way to add initial events to a Bloc is as follows: ``` BlocProvider( create: (context) => MeetingsBloc()..add(LoadMettingsEvent()), child: MyWidget(), ); ```...

documentation

## Status **READY** ## Breaking Changes NO ## Description - Removes `Post-` prefix from event handler name - Removes unnecessary branching - Makes `startIndex` a named parameter for clarity ##...

## Status **READY** ## Breaking Changes NO ## Description - Updates tutorial to reflect the latest state of the code ## Type of Change - [ ] ✨ New feature...

**Description** The default `HydratedStorage` currently does not support WebAssembly compilation. Reproduction steps: 1. Create an empty Flutter application 2. Add `hydrated_bloc: ^9.1.5` to `pubspec.yaml` 3. Replace `main.dart` with: ``` Future...

enhancement
pkg:hydrated_bloc

### Steps to reproduce 1. Run the code sample 2. Note that there is an error in the console ### Expected results `CarouselView` should not throw when parent size is...

### Package native_dio_adapter ### Version 1.5.0 ### Operating-System Android ### Adapter NativeAdapter ### Steps to Reproduce 1. Create an Android emulator that does not have access to Google Play Services...

h: need triage
s: bug