skip to Main Content

Cannot fix RangeError Flutter

I'm currently developing a todo app as taught in this tutorial on Youtube https://www.youtube.com/watch?v=TclK5gNM_PM I'm trying to practice fundamentals and decided to make a todo app for an entire week with a Drawer. for that I made some changed in…

VIEW QUESTION

Flutter – Exception: _TypeError type 'Null' is not a subtype of type '(Quote) => dynamic'

I am new to Flutter. I am building an app to display some text and then create a button to remove it. I have the three following dart files- 1. main.dart // ignore_for_file: prefer_const_literals_to_create_immutables, prefer_const_constructors_in_immutables, use_key_in_widget_constructors import 'package:flutter/material.dart'; import 'quote.dart';…

VIEW QUESTION
Back To Top
Search