Guy Luz

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

enhancement

This package can get more points in pub.dev by formating all the code with `flutter format .` ![image](https://user-images.githubusercontent.com/9304740/152160779-360c272a-6d74-447d-961d-9082f9247c15.png)

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...

area-library
library-io
os-android

Currently this package dose not support Linux. Is there any intention to add support for it?. ![image](https://user-images.githubusercontent.com/9304740/126724232-32a5d395-b800-4d36-8be5-576bf77e6b3d.png)

type: enhancement
platform: linux
P3

Is there any plans to add support for Linux? ![image](https://user-images.githubusercontent.com/9304740/129760053-80a46319-08c2-418d-a491-f7fee5c9ecc6.png) 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...

enhancement
network_info_plus
Hacktoberfest

Indenting all the project with sublime to make it more readable.

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...