cenyG

Results 4 comments of cenyG

I had same issue, actually problem was in my local network configuration. I made some changes in network settings and set DNS server address to 8.8.8.8, so try it out.

I/flutter (13329): type 'Null' is not a subtype of type 'String' I/flutter (13329): #0 new AchievementItemData.fromJson (package:games_services/src/models/achievement_item_data.dart:38) I/flutter (13329): #1 Achievements.loadAchievements. (package:games_services/src/achievements.dart:20) I/flutter (13329): #2 MappedListIterable.elementAt (dart:_internal/iterable.dart:413) I/flutter (13329): #3...

I think it could be closed, already have ``` maxHeight: ... minHeight: ... ```

@javadrajabi I created PR, where fix all compatibility issues, also add some usefull stuff in MainActivity and now it's works for me, you can check it https://github.com/cenyG/flutter-boilerplate-project But, as soon...