Janko Djuric
Janko Djuric
Adds fallbackLocaleData property so you can provide preloaded data, which will reduce localization loading time and most important solve splach screen problem: https://github.com/aissat/easy_localization/issues/380
Immediate Update stops on 100% downloading, and don't start installing. Only when I click on the back button, app starts installing.
It would be nice to have this feature so when the user wants to set a new position via pixels, he doesn't need to worry about being above max height.
Based on this thread: https://github.com/flutter/flutter/issues/14518 and this MR to a similar plugin for Android Studio: https://github.com/long1eu/flutter_i18n/pull/50. "The idea is to create a static property in the auto-generated class that would...
## 🚀 Feature Requests Android 11 update added support for One-time permissions. Now users have ability to accept permission for only one time. This library needs to add support for...
Dependency version requirements '\~> 3.11.4' cannot be updated to 3.12 and because of that, this plugin is incompatible with the Firebase Performance plugin who have protobuf version requirements '(\~> 3.12)'.
Hi, thank you for the plugin. The plugin works fine but is too dependent on the internet. Proposal for improvement includes adding caching of NTP time od disk, like in...
I am trying to add GestureDetector over PdfViewer to record swiping in a list of documents. When I add GestureDetector over, I don't have a zoom feature anymore on PDF....
**Describe the bug:** Html widget does not seem to compose the semantics label in the actual order. Here is the test reproducing issue: ```dart testWidgets('semantics label not in order in...