skip to Main Content

Api calling error while parsing the data to model class in dio flutter

Error: E/flutter (28049): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:object_mapper/src/mappable.dart': Failed assertion: line 8 pos 12: 'constructor != null': RegistrationResponse is not defined in Reflection.factories E/flutter (28049): #0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:51:61) E/flutter (28049): #1 _AssertionError._throwNew (dart:core-patch/errors_patch.dart:40:5) E/flutter (28049): #2 new Mappable (package:object_mapper/src/mappable.dart:8:12) E/flutter (28049):…

VIEW QUESTION

Flutter local database storage

Currently I'm creating a user registration criteria and it have three registration pages. For each completion of user registration page I want to store it in local storage. If the user closes the app before the 3 level of registration,…

VIEW QUESTION
Back To Top
Search