Fedor Blagodyr
Fedor Blagodyr
Can I somehow change text inside dialogs or other buttons or maybe pass locale ?
**Describe the bug** I am using AndroidClientHandler for HttpClient because of Lets Encrypt update, and all requests that considers Stream in [Body] send null parameters. iOS is okay as I...
Hello. I am facing the problem when I am using new Dart 2.17 super-parameters in constructor. ```dart const BasketModel({ required this.products, required this.delayedProducts, required this.unavailableProducts, required super.coupon, required super.couponData, required...
## Bug Plugin Version: latest Platform (e.g., iOS 12.1, 13.5.1): Device/Hardware: iPhone 6, iPhone 7 ### Expected behavior Display alert message if is not using latest version ### Actual behavior...
Could someone explain me how to use this method? All other methods such as pushAll or replaceAll require ```List``` as an argument, meanwhile navigateAll requires ```List```, even navigate require PageRouteInfo....
## 🐛 Bug Report ### Reproduction steps 1. Do everything accroding to documentation. 2. Send test push using https://fcm.googleapis.com/fcm/send. 3. No actions ### Configuration **Version:** Latest stable **Platform:** - [...
Closes #178 Closes #114 Closes #86 As I myself have faced this problem, I added BackButtonInterceptor package, so if it's declared no userInteractions, there will be no route popping
## Steps to Reproduce 1. Add "flutter_shaders" to pubspec 2. Mention "shaders" under "flutter" in pubspec 3. Get error **Expected results:** Pub get successfully **Actual results:** Error Logs ``` ```...
I have two registered tasks. Frequency of the first is 15 mins and the second's - 1 hour. Both of them are manipulating the same shared preferences key (read/write), so...
Is there any option to set initial size of content?