Guy Luz
Guy Luz
1. Is there an option to create a gradient color picker from orange to white to blue?. 2. Can the gradient color picker return values in color temperature (1700 -...
This package can get more points in pub.dev by formating all the code with `flutter format .` 
Running the following code work in dart native but does not work inside a flutter app ```dart final InternetAddress? internetAddressTemp = InternetAddress.tryParse('Ip_with_host'); InternetAddress internetAddress = await internetAddressTemp!.reverse(); print(internetAddress.host); ``` Getting...
Currently this package dose not support Linux. Is there any intention to add support for it?. 
Is there any plans to add support for Linux?  In case Linux does not required any permission to be approved we can just continue instead of crashing ``` [ERROR:flutter/lib/ui/ui_dart_state.cc(199)]...
## Use case Running on Windows 10 or Linux (Kubuntu). While running the `NetworkInfo().getWifiIP();` method I found out that this is only wifiIP, my Windows/Linux machine is connected via cable...
Indenting all the project with sublime to make it more readable.
Need more changes but this is start. #66
https://github.com/cachapa/firedart/blob/4dfe0bb0a52c8edc888860245e4899f8f1d9f3f7/lib/firestore/firestore_gateway.dart#L221 In the `_handleError` function we have if statement that check for specific type of error, and if it does it is setting up the client again with call to...
Some issues in this package could be due to our implementation of the auth token. We currently not using the Google's official auth package, we are using REST-based auth that...