Moein Porkamel

Results 14 comments of Moein Porkamel

@needim fixed in https://github.com/needim/wdt-emoji-bundle/pull/45 with better approach

> Not sure if this is already solved but if you add "color:'#ffffff'" (or any color value) to the style of the Text component that displays the emojis this will...

You cant get rid of size mismatch, because if you set fixed size for your vs-repeat, you always have this warning, and if you don't set it, You don't have...

My problems is when i apply a filter to my ng-repeat, and the height of my items goes lower than vs-repeat height, i always have `size mismatch` warning. a hackfix...

@XueDong369 please check my pull request #206 it will prevent warning when there is no overflow scroll

> +1 this feature is needed please Set `stopAtFirstError: true` on `ValidationPipe` and set validations in reverse manner

Using browser back and forward buttons does not trigger route ( sometimes ) in latest chrome and firefox.

Returning `undefined` in beforeEnter caused my issue :) Not Works: ```js beforeEnter: (to, from, next) => { if (isGuest()) { router.push('/im'); return; } return next(); }, ``` Works: ```js beforeEnter:...

@sinceyoyo currently it's not possible to set onTap for every image, but instead you can wrap whole your carousel in a InkWell or GestureDetector. ```dart InkWell( onTap: () { //...

As this project is not actively maintained, i suggest you guys to try https://pub.dartlang.org/packages/flutter_swiper which is really powerful.