jhomlala/alice

Text theme error

Closed this issue · 1 comments

Compiler message:
../../Android/flutter/.pub-cache/hosted/pub.dartlang.org/alice-0.0.33/lib/ui/widget/alice_call_list_item_widget.dart:174:42: Error: The getter 'bodyText1' isn't defined for the class 'TextTheme'.
 - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('../../Android/flutter/packages/flutter/lib/src/material/text_theme.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'bodyText1'.
      return Theme.of(context).textTheme.bodyText1.color;
                                         ^^^^^^^^^
../../Android/flutter/.pub-cache/hosted/pub.dartlang.org/alice-0.0.33/lib/ui/widget/alice_call_list_item_widget.dart:182:42: Error: The getter 'bodyText1' isn't defined for the class 'TextTheme'.
 - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('../../Android/flutter/packages/flutter/lib/src/material/text_theme.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'bodyText1'.
      return Theme.of(context).textTheme.bodyText1.color;

Even same error in V0.1.0

Please add flutter doctor output. Are you using stable version of flutter SDK?