Willi Sontopski
Willi Sontopski
``` C:\flutter\.pub-cache\hosted\pub.dartlang.org\move_to_background-1.0.2\android\src\main\java\com\sayegh\move_to_background\MoveToBackgroundPlugin.java:13: warning: [deprecation] Registrar in PluginRegistry has been deprecated import io.flutter.plugin.common.PluginRegistry.Registrar; ^ C:\flutter\.pub-cache\hosted\pub.dartlang.org\move_to_background-1.0.2\android\src\main\java\com\sayegh\move_to_background\MoveToBackgroundPlugin.java:24: warning: [deprecation] Registrar in PluginRegistry has been deprecated public static void registerWith(Registrar registrar) { ^ 2...
Es wäre schön, wenn auch Werte wie "7,5" akzeptiert würden. Aktuell muss man 7.5 schreiben. Ich hatte zunächst "7,5" eingegeben und mich gewundert, dass nichts passiert.
My example, which I found [Here](https://realpython.com/documenting-python-code/): ``` """Gets and prints the spreadsheet's header columns :param file_loc: The file location of the spreadsheet :type file_loc: str :param print_cols: A flag used...
Hi there! When I use `GoogleImageCrawler`, I get sometimes `png` and sometimes `jpg` files, depending on what google finds. Is there a way to configure the crawler to only download...
> > > I have released `4.2.1` that should force Java 8 on the package and prevent this error. Let me know if it's okay for you :) Hi @Lyokone...
Hi there, I now that there are lots of other issues where this question is discussed. I just want to ask to ask what is the best way to create...
**Describe The Problem** I really like the `_animatedMapMove()` function from one of your example projects: https://github.com/fleaflet/flutter_map/blob/master/example/lib/pages/animated_map_controller.dart#L42 I find myself copying those in all of my projects taht uses your library....
Hi there! I updated some dependencies. I hope you can create a new release soon since te latest available release on pub.dev required `flutter_bloc: 7.*.*` Fixes #58
Hi there! I have the issue the elements can occur multiple times in the `PaginationView`. This is the case if new elements are added to the top of my list...
Hi there! I registered an error callback for the NATS client and I often receive stale connection errors if the client was long time idle (which is expected). My question...