Timo Bähr
Timo Bähr
I'm facing the following error tracked via Crashlytics: ``` Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Bad state: No element. Error thrown Instance of 'ErrorDescription'. at ListMixin.reduce(ListMixin.java) at RenderSliverMasonryGrid.performLayout(sliver_masonry_grid.dart:502) at RenderObject.layout(object.dart:2135) at RenderSliverEdgeInsetsPadding.performLayout(sliver_padding.dart:149) at...
If I call `Excel.encode` on Android with locale German, I'm getting a `StandardNumericNumFormat(0, "General") does not work for DateTimeCellValue with stacktrace` exception and encoding has failed. If the `CellStyle` manually...
If I (1) place a JSX.Element instead of a string for a language item and (2) the browser language is set to the second language of the dictionary (here en),...
* Added permission for running the service as ForegroundService * Added location permission when starting the app * Added gradle files to build the application with latest Android build tools...

**Description** When two people have the same idea at the same time, it's usually a good sign. We started with the package fl_cloud_storage 3 weeks ago. It contains the code...
SHOULD: Given a String with `\u00ad`, e.g. 'Stromeinspeis\u00adzähler' I expect that the break happens at the defined position. IS: `Stromein-speiszähler` 