bazookon / giphy_get

Flutter plugin
MIT License
27 stars 67 forks source link

v3.0.0 Emojis Crash #22

Closed rayliverified closed 2 years ago

rayliverified commented 2 years ago

Emojis no longer load on v3.0.0 due to this error:

E/flutter (10673): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'Null' is not a subtype of type 'int' in type cast
E/flutter (10673): #0      new GiphyPagination.fromJson (package:giphy_get/src/client/models/collection.dart:54:43)
E/flutter (10673): #1      new GiphyCollection.fromJson (package:giphy_get/src/client/models/collection.dart:17:33)
E/flutter (10673): #2      GiphyClient._fetchCollection (package:giphy_get/src/client/client.dart:117:28)
E/flutter (10673): <asynchronous suspension>
E/flutter (10673): #3      _GiphyTabDetailState._loadMore (package:giphy_get/src/views/tab/giphy_tab_detail.dart:209:21)
E/flutter (10673): <asynchronous suspension>
E/flutter (10673): 
Invectys commented 2 years ago

Yea It doesnt work anymore

bazookon commented 2 years ago

WIP

bazookon commented 2 years ago

Fixed v3.0.1