TheCarpetMerchant
TheCarpetMerchant
I've noticed the webview gets recreated every time it appears on screen during navigation using a `PageView`. Throwing in the good old `AutomaticKeepAliveClientMixin` didn't help. Is there any KeepAlive feature...
I'd like to be able to specify `DateTime(0)` as a default value for DateTime objects. Of course you can't do this because `DateTime(0)` isn't const. A solution for this would...
- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) **Version** | Technology | Version | | ------------------- | ------------- | | Workmanager version...
I'm not seeing the `align` tag in the Supported list, but `text-align` is, for example. Could it be possible to provide support for `align`, ie this being centered : ```dart...
Test HTML : `test` Opening this HTML in Chrome does not create a link. I think it's best if flutter_html follows does the same, in the interest of staying closer...
```dart String htmlItalic1 = ''' Italic stuff , normal stuff. '''; String htmlItalic2 = ''' Italic stuff , normal stuff. '''; void main() { runApp( MaterialApp( home: Scaffold( appBar: AppBar(),...
This package is way too restrictive when it comes to the toolbar : - It doesn't allow the use of plugins - It doesn't allow you to create the toolbar...
### Platform 10 ### Plugin android_intent_plus ### Version 3.1.1 ### Flutter SDK 3.0.1 ### Steps to reproduce ``` AndroidIntent( action: 'action_view', data: url, //category: 'android.intent.category.APP_BROWSER', ).launchChooser('Choose your browser'); ``` This...
Please add a Dart method to register the plugin so we can do so manually in background Isolates.
I am getting these two exceptions in production : `java.lang.NullPointerException: Attempt to invoke interface method 'android.content.SharedPreferences$Editor android.content.SharedPreferences.edit()' on a null object reference` `java.lang.SecurityException: Could not decrypt value. decryption failed` When...