skip to Main Content

Flutter – Native Splash Dark Mode color not change

I using flutter_native_splash: ^2.4.0, and give proper parameter for light and dark mode backgound color, but its not change I write this code: flutter_native_splash: image: assets/uShop_logo.png color: "#ffffff" color_dark: "#ffffff" image_dark: assets/uShop_logo.png icon_background_color: "#ffffff" android: true ios: true fullscreen: true…

VIEW QUESTION

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
Back To Top
Search