-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors With New Flutter 3.22 Update #15
Comments
Same error: |
Same error for me ../../.pub-cache/hosted/pub.dev/slide_digital_clock-1.0.3/lib/src/digital_clock.dart:151:43: Error: The getter 'bodyText1' isn't defined for the class 'TextTheme'. |
Same, but as a I see, they stopped maintaining the package on pub.dev Workaround for those who are using this package could be to use the code from github directly:
|
Got an error that git is not able to clone, Following is the fix
|
This worked for me. |
It's a shame when someone publishes a lib, just because they want to become famous, and then simply abandons the package. |
hello friends. I haven't been able to check here for a long time because of projects I've been working on.I apologize for this situation. i tried for flutter 3.24.1 and dart 3.5.1 version on ios but i have not seen any problems. Can you explain the problem? |
Eu não preciso mais. Simplesmente nãouso mais a lib. |
I am taking this errors, when I am trying to build my windows app after updating Flutter 3.22.
/C:/Users/A.A/AppData/Local/Pub/Cache/hosted/pub.dev/slide_digital_clock-1.0.3/lib/src/digital_clock.dart(151,43): error G4127D1E8: The getter 'bodyText1' isn't defined for the class 'TextTheme'. [C:\FlutterProjects\calendar_event\build\windows\x64\flutter\flutter_assemble.vcxproj] /C:/Users/A.A/AppData/Local/Pub/Cache/hosted/pub.dev/slide_digital_clock-1.0.3/lib/src/digital_clock.dart(163,43): error G4127D1E8: The getter 'bodyText1' isn't defined for the class 'TextTheme'. [C:\FlutterProjects\calendar_event\build\windows\x64\flutter\flutter_assemble.vcxproj] /C:/Users/A.A/AppData/Local/Pub/Cache/hosted/pub.dev/slide_digital_clock-1.0.3/lib/src/digital_clock.dart(177,47): error G4127D1E8: The getter 'caption' isn't defined for the class 'TextTheme'. [C:\FlutterProjects\calendar_event\build\windows\x64\flutter\flutter_assemble.vcxproj] /C:/Users/A.A/AppData/Local/Pub/Cache/hosted/pub.dev/slide_digital_clock-1.0.3/lib/src/digital_clock.dart(191,22): error G4127D1E8: The getter 'caption' isn't defined for the class 'TextTheme'. [C:\FlutterProjects\calendar_event\build\windows\x64\flutter\flutter_assemble.vcxproj] /C:/Users/A.A/AppData/Local/Pub/Cache/hosted/pub.dev/slide_digital_clock-1.0.3/lib/src/helpers/colon.dart(41,48): error G4127D1E8: The getter 'caption' isn't defined for the class 'TextTheme'. [C:\FlutterProjects\calendar_event\build\windows\x64\flutter\flutter_assemble.vcxproj]
The text was updated successfully, but these errors were encountered: