shinriyo

Results 140 issues of shinriyo

Hello I want to shift to left the image. [NOW] ![pizza](https://user-images.githubusercontent.com/396927/87878593-2cf15880-ca20-11ea-91b0-43755b96c938.png) ↓ [I WANNA DO] ![pizza copy](https://user-images.githubusercontent.com/396927/87878594-2ebb1c00-ca20-11ea-84c3-a86f8280ae3f.png) 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...

improvement

### :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...

improvement

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...

bug
help wanted

``` 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?