Timo Bähr

Results 7 issues of 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...

![photo_2017-03-18_12-19-44](https://cloud.githubusercontent.com/assets/13302336/24071553/372b5088-0bd5-11e7-820c-ae84d3cbd1f9.jpg)

**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` ![photo_2023-11-04 20 16 49](https://github.com/impure/auto_hyphenating_text/assets/13302336/2ad8f6d3-7a47-4b97-b13e-9c1be685c9d1)