skip to Main Content

Null check operator used on a null value Cast Error Flutter

Receiving this error _CastError (Null check operator used on a null value), tried replacing ! with ? but that doesn't work. Please help me fix this issue, Thanks. home_screen.dart import 'package:flutter/material.dart'; import 'package:mvvm/data/response/status.dart'; import 'package:mvvm/model/movies_model.dart'; import 'package:mvvm/utils/routes/routes_names.dart'; import 'package:mvvm/view_model/home_view_model.dart'; import…

VIEW QUESTION
Back To Top
Search