shinriyo
shinriyo
Hello I want to shift to left the image. [NOW]  ↓ [I WANNA DO]  I modified `viewportFraction: 0.9,` but it just small and its positioned center.
I want the feature For example, If swipe right, good widget on the picture, If swipe left, bad widget on the picture. like this
first if expression already check `index >= rating` so, next if need not `index < rating` .
### :speech_balloon: Description A clear and concise description of what you would like to be added to Flutter Launcher Icons. Can it change dynamically change icon? I wanted to say...
### :speech_balloon: Description I want to check color validation before build I put below without `#` ``` adaptive_icon_background: "e8382c" ``` correct so, check and show an error message before build...
I wrote the example. https://pub.dartlang.org/packages/flutter_webview_plugin#-example-tab- I pushed "Open widget webview" button. The example show log text `onStateChanged: WebViewState.startLoad` and `onStateChanged: WebViewState.finishLoad` in the bottom. I pushed "Open widget webview" button...
``` import 'dart:convert'; ``` ``` Map clonedObject = JSON.decode(JSON.encode(object)); ```` just `deepCopy` method.
I want to cast easyly. because it is too long. `List hoge = map['hoge']?.cast() ?? [];` I want to do this. `List hoge = map['hoge'].safecast();`
validation extension is also concept? like this ``` extension EmailValidator on String { bool isValidEmail() { return RegExp( r'^(([^()[\]\\.,;:\s@\"]+(\.[^()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$') .hasMatch(this); } bool isValidHoge() { // blah-blah-blah } // .... }...
I used the admin. But, there are only Chinese template. I'd like to localize to English and Japanese. Can I use i18n?