Georgii

Results 33 comments of Georgii

> I had the same issue. I added openvpn_flutter as a local dependency and it worked. > > copy openvpn_flutter package from the local pub cache and paste in the...

It makes package use very sad if you want to switch environment quickly because we need to do full `flutter clean` which will generate all files and for large project...

Same for me. Can't ping api.country.is from Turkish ip. But when connected via VPN with Swedish ip it does work.

> > it's the update interval (in microseconds), which means receive data from the sensor 60 times per second. > > Thanks for your reply. Can you please tell me...

It should take no time to move to null-safety since code is very simple. @martinrybak, would you accept my MR if I've made one?

> Ok, I changed code on line 44 Date.now to Date(), I was able to change deployment target now. > > I suggested to do so in this repo, too....

> @0ttik did you able to fix that issue? any luck I'm just using shared_preferences to store connection start timestamp and then calculate connection duration.

Can be closed as it's fixed in https://github.com/nizwar/openvpn_flutter/pull/45.

> That said, there’s a minor issue: input tokens seem to increase by ~0.3k every time you run /cost, even when no other interactions happen. For example: > > ```...

I can confirm that the issue occurs, I observe it on Android API level 36 Android Studio emulator. When switched to Android API 34 everything works fine. 1) `:app:connectedDebugAndroidTest` error...