Jonas Schlauch

Results 37 issues of Jonas Schlauch

On latest `flutter_sound` on Simulator using iOS 17.2 start recorder crashes with ```sh *** Terminating app due to uncaught exception 'Invalid Audio Session state', reason: 'The Audio Session is not...

maybe bug
Not yet handled
no-issue-activity

When using latest flutter_sound i get a warning: The 'com.dooboolab.flutter_sound_recorder' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the...

maybe bug
Not yet handled
no-issue-activity

Make `emit` of `BlocBase` return an `Emitter` which is used as an "internal" `Emitter` in `Bloc` replacing the old `emit` function. Inside Cubit the `Emitter` is used instead of the...

enhancement candidate
breaking change

**Description** When working with a `Cubit` that consume some other `Stream` you need to maintain a `StreamSubscription` during the life of the `Cubit` and close it etc. This comes with...

enhancement
feedback wanted
pkg:bloc

@faressoft When increasing the fontsize to 36. The resulting GIF is cut off on the right side and the floating frameBox is very small (title and colored dots) fontSize: 12...

**Description** `/` that are part of the closing tokens aka `{{/foo}}` get converted to a `\` on windows when used in path. **Steps To Reproduce** 1. Brick with `__brick__/{{#foo}}boom/baam/booz{{/foo}}/README.md` 2....

bug
investigating
customer:🦄

**Description** Allow bundling a brick with a hook that has dependency overrides inside a `pubspec_overrides.yaml`. Currently the bundled version will only include `pre_gen.dart`, `post_gen.dart` files and a `pubspec.yaml`. **Additional Context**...

enhancement

## Status **READY** ## Description Fixes #676 Context: https://github.com/dart-lang/sdk/issues/27825 ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [x] 🛠️ Bug fix (non-breaking...

## Status **READY** ## Description Fixes: #711 Context: #713 ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [x] 🛠️ Bug fix (non-breaking...

**Description** Running `Logger().progress` with a long string leads to print the whole string repeatedly instead of just updating the duration. **Steps To Reproduce** 1. Checkout the repo https://github.com/jtdLab/mason_logger_failure 2. Run...

bug