György Chityil

Results 61 comments of György Chityil

@awhitford looks like this is a breaking change. This no longer works ``` Position position = await Geolocator() .getCurrentPosition(desiredAccuracy: LocationAccuracy.high); GeoFirePoint point = geo.point( position.latitude, position.longitude); ``` instead you need...

It is definitely not working on web, getting this error `[+1886 ms] Error: Unsupported operation: Platform._operatingSystem at Object.throw_ [as throw] (http://localhost:62072/dart_sdk.js:4361:11) at Function._operatingSystem (http://localhost:62072/dart_sdk.js:55045:17) at Function.get operatingSystem [as operatingSystem] (http://localhost:62072/dart_sdk.js:55091:27)...

Even if you dont intend to support web, could you make sure the package does not break the app if it is compiled to web? Here is the official way...

> Whenever I have an error like @giorgio79 mentioned I use > `if (!kIsWeb)` > to exclude flutter_local_notifications. Yes, I am doing the same in the app code, howerver, the...

PLease fix this issue by using https://pub.dev/packages/universal_platform instead of dart.io for Platform.operatingSystem

PS looks like it is going to be sg else, as the element exists when I console log it :P

Hmmm, occasionally the replacement is too slow, and when I try to show a qtip2 on the replaced and wrapped element it is not yet ready by the time I...

Found one more https://github.com/dariusk/corpora/ used by https://github.com/dariusk/pos-js :) I guess editing large files is a pain for most hence the lack of coordination. VS Code handles large files very well...

I would not call "bc" a synonym for "because", but more a slang version, or a contracted form. Just my 2 cents.

Probably dupe of https://github.com/Lyokone/flutterlocation/issues/698