skip to Main Content

Flutter Build Error: Undefined Getters in TextTheme and ThemeData

I cloned a repository from GitHub, and when trying to run the app, I got the following errors in my Debugging console: ../../../../AppData/Local/Pub/Cache/hosted/pub.dev/device_preview-1.1.0/lib/src/views/tool_panel/sections/section.dart:39:40: Error: The getter 'subtitle2' isn't defined for the class 'TextTheme'. - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('/C:/flutter/flutter/packages/flutter/lib/src/material/text_theme.dart'). Try…

VIEW QUESTION

Issues trying flutter run

I'm a noob with this, so thanks in advance if you answer. I'm trying to run a project, just to emulate it, but it's been impossible This is the first issue that I have [{ "resource": "/C:/src/flutter/appstic/stickerbakeai-main-app/StickerBakeAI/android/", "owner": "_generated_diagnostic_collection_name_#5", "code":…

VIEW QUESTION
Back To Top
Search