flutter-chopper-tutorial-course icon indicating copy to clipboard operation
flutter-chopper-tutorial-course copied to clipboard

Results 4 flutter-chopper-tutorial-course issues
Sort by recently updated
recently updated
newest added

after creating the 'create' method, another error will open Couldn't infer type parameter 'T'. Tried to infer 'Null' for 'T' which doesn't work: Parameter 'dispose' declared as 'void Function(BuildContext, T)?'...

when i have this code into `interceptor` array i get this error: >[ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: NoSuchMethodError: The getter 'body' was called on null. Receiver: > >null Tried calling: body Object.noSuchMethod...

Hello the main problem with this approach, is that we have a build function that is not pure (http call inside build function), so when a rebuild occur, it causes...