You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2026. It is now read-only.
./../../../.pub-cache/hosted/pub.dev/json_theme-9.0.1+2/lib/src/codec/theme_decoder.dart:11688:28: Error: The argument type 'BottomAppBarTheme?' can't be assigned to the parameter type 'BottomAppBarThemeData?'.
'BottomAppBarTheme' is from 'package:flutter/src/material/bottom_app_bar_theme.dart' ('../../../../Downloads/flutter/packages/flutter/lib/src/material/bottom_app_bar_theme.dart').
'BottomAppBarThemeData' is from 'package:flutter/src/material/bottom_app_bar_theme.dart' ('../../../../Downloads/flutter/packages/flutter/lib/src/material/bottom_app_bar_theme.dart').
bottomAppBarTheme: decodeBottomAppBarTheme(
^
../../../../.pub-cache/hosted/pub.dev/json_theme-9.0.1+2/lib/src/codec/theme_encoder.dart:1862:17: Error: The argument type 'InputDecorationThemeData?' can't be assigned to the parameter type 'InputDecorationTheme?'.
'InputDecorationThemeData' is from 'package:flutter/src/material/input_decorator.dart' ('../../../../Downloads/flutter/packages/flutter/lib/src/material/input_decorator.dart').
'InputDecorationTheme' is from 'package:flutter/src/material/input_decorator.dart' ('../../../../Downloads/flutter/packages/flutter/lib/src/material/input_decorator.dart').
value.inputDecorationTheme,
^
$ flutter --version
Flutter 3.35.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 20f8274939 (2 days ago) • 2025-08-14 10:53:09 -0700
Engine • hash 6cd51c08a88e7bbe848a762c20ad3ecb8b063c0e (revision 1e9a811bf8) (2 days ago) • 2025-08-13 23:35:25.000Z
Tools • Dart 3.9.0 • DevTools 2.48.0
Lots of such errors:
./../../../.pub-cache/hosted/pub.dev/json_theme-9.0.1+2/lib/src/codec/theme_decoder.dart:11688:28: Error: The argument type 'BottomAppBarTheme?' can't be assigned to the parameter type 'BottomAppBarThemeData?'.
bottomAppBarTheme: decodeBottomAppBarTheme(
^
../../../../.pub-cache/hosted/pub.dev/json_theme-9.0.1+2/lib/src/codec/theme_encoder.dart:1862:17: Error: The argument type 'InputDecorationThemeData?' can't be assigned to the parameter type 'InputDecorationTheme?'.
value.inputDecorationTheme,
^
This was working with last flutter version.