关于“Material Components for Flutter Basics”的评价
评论
amazing session
Cyriac J. · 评论11 months之前
an issue with the ide meant I could not finish the first time, some code was out of date requiring troubleshooting that I couldn't have done as a complete beginner (I am not)
Greg O. · 评论12 months之前
Ambika P. · 评论12 months之前
Meng L. · 评论12 months之前
that was confusing af
Ryan B. · 评论12 months之前
Samuel A. · 评论12 months之前
The final task didn't work, as seems to be quite common in these labs.
Peter F. · 评论12 months之前
Wildan N. · 评论12 months之前
Tenthon A. · 评论12 months之前
Alfari Gilian M. · 评论12 months之前
Sujal P. · 评论12 months之前
Shaurya R. · 评论12 months之前
Too restrictive an IDE, as it restricts me from manual spacing, tabbing & writing and deleting parts of code. It is shity
Vipul A. · 评论about 1 year之前
Jorge Jovel G. · 评论about 1 year之前
Avesh S. · 评论about 1 year之前
Inez A. · 评论about 1 year之前
Too restrictive an IDE, as it restricts me from manual spacing, tabbing & writing and deleting parts of code. It is shity
Vipul A. · 评论about 1 year之前
Rickie B. · 评论about 1 year之前
Denis Fernando C. · 评论about 1 year之前
very useful lab for practice
serdar s. · 评论about 1 year之前
very useful lab for practice
serdar s. · 评论about 1 year之前
You have a deprecation problem for two properties used in this lab, but i resolve this with de flutter documentation: // TextTheme // Base constructor TextTheme( displayLarge: headline1Style, displayMedium: headline2Style, displaySmall: headline3Style, headlineMedium: headline4Style, headlineSmall: headline5Style, titleLarge: headline6Style, titleMedium: subtitle1Style, titleSmall: subtitle2Style, bodyLarge: bodyText1Style, bodyMedium: bodyText2Style, bodySmall: captionStyle, labelLarge: buttonStyle, labelSmall: overlineStyle, ); TextTheme.copyWith( displayLarge: headline1Style, displayMedium: headline2Style, displaySmall: headline3Style, headlineMedium: headline4Style, headlineSmall: headline5Style, titleLarge: headline6Style, titleMedium: subtitle1Style, titleSmall: subtitle2Style, bodyLarge: bodyText1Style, bodyMedium: bodyText2Style, bodySmall: captionStyle, labelLarge: buttonStyle, labelSmall: overlineStyle, ); TextStyle style; style = textTheme.displayLarge; style = textTheme.displayMedium; style = textTheme.displaySmall; style = textTheme.headlineMedium; style = textTheme.headlineSmall; style = textTheme.titleLarge; style = textTheme.titleMedium; style = textTheme.titleSmall; style = textTheme.bodyLarge; style = textTheme.bodyMedium; style = textTheme.bodySmall; style = textTheme.labelLarge; style = textTheme.labelSmall;
Fabian S. · 评论about 1 year之前
Chivy L. · 评论about 1 year之前
Nataliia R. · 评论about 1 year之前
Nataliia R. · 评论about 1 year之前
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。