skip to Main Content

Error display after few debugging in flutter, "type 'Null' is not a subtype of type 'int' in type cast"

[Unhandled exception: type 'Null' is not a subtype of type 'int' in type cast #0 Session._refreshSessionData.parseContents (package:unified_analytics/src/session.dart:85:43) #1 Session._refreshSessionData (package:unified_analytics/src/session.dart:89:7) #2 new Session (package:unified_analytics/src/session.dart:28:5) #3 new AnalyticsImpl (package:unified_analytics/src/analytics.dart:427:23) #4 new Analytics (package:unified_analytics/src/analytics.dart:83:12) #5 getAnalytics (package:flutter_tools/src/reporting/unified_analytics.dart:51:10) #6 runInContext.<anonymous closure> (package:flutter_tools/src/context_runner.dart:92:24) #7…

VIEW QUESTION
Back To Top
Search