Results 17 comments of Griffins

``` Exception has occurred. _TypeError (type '_CastError' is not a subtype of type 'Exception') ``` i get this when i try to sign in

Yes. But I do register a user

example ``` `import 'package:flutter/material.dart'; enum AppTheme { pinkdark, pinkBright, orionDark, centuriLight } final appThemeData = { AppTheme.pinkdark: ThemeData( primarySwatch: MaterialColor(4280361249, { 50: Color(0xfff2f2f2), 100: Color(0xffe6e6e6), 200: Color(0xffcccccc), 300: Color(0xffb3b3b3), 400:...

> That is definitely on the roadmap! but I think I will create another project for it that depends on both Pagewise and Staggered Grid View, because I don't want...

@klaszlo8207 I'm not that familiar with gesture detector. An example would be great.Thanks

@klaszlo8207 works great > > > ``` > return new GestureDetector( > onTapDown: (TapDownDetails details) => onTapDown(context, details), > child: new Stack(fit: StackFit.expand, children: [ > new Container(color: Colors.white), >...

I have an obj file i have all the vertices coordinates in xyz ... example points `v 0.822220 0.216242 -0.025730 v -0.822220 0.216242 -0.025730 v 0.811726 0.220845 0.029668 v -0.811726...

@klaszlo8207 i have been trying to wrap my head about converting the points to 2d and ended up confused.an example would be really helpful.thanks. I'm trying to get a point...

google bezelImageView returns an error: cannot resolve symbol 'HAS_ALPHA_LAYER_SAVE_FLAG' and cannot resolve symbol 'FULL_COLOR_LAYER_SAVE_FLAG'

add google maven to your root level gradle ```buildscript { repositories { google() jcenter() maven { url "https://maven.google.com" } }``` update your android support dependencies to 28.0.0 and sync.