Material Components for Flutter Basics Reviews
1833 reviews
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. · Reviewed yaklaşık 1 yıl ago
Ambika P. · Reviewed yaklaşık 1 yıl ago
Meng L. · Reviewed yaklaşık 1 yıl ago
that was confusing af
Ryan B. · Reviewed yaklaşık 1 yıl ago
Samuel A. · Reviewed yaklaşık 1 yıl ago
The final task didn't work, as seems to be quite common in these labs.
Peter F. · Reviewed yaklaşık 1 yıl ago
Wildan N. · Reviewed yaklaşık 1 yıl ago
Tenthon A. · Reviewed yaklaşık 1 yıl ago
Alfari Gilian M. · Reviewed yaklaşık 1 yıl ago
Sujal P. · Reviewed yaklaşık 1 yıl ago
Shaurya R. · Reviewed yaklaşık 1 yıl ago
Too restrictive an IDE, as it restricts me from manual spacing, tabbing & writing and deleting parts of code. It is shity
Vipul A. · Reviewed yaklaşık 1 yıl ago
Jorge Jovel G. · Reviewed yaklaşık 1 yıl ago
Avesh S. · Reviewed yaklaşık 1 yıl ago
Inez A. · Reviewed yaklaşık 1 yıl ago
Too restrictive an IDE, as it restricts me from manual spacing, tabbing & writing and deleting parts of code. It is shity
Vipul A. · Reviewed yaklaşık 1 yıl ago
Rickie B. · Reviewed yaklaşık 1 yıl ago
Denis Fernando C. · Reviewed yaklaşık 1 yıl ago
very useful lab for practice
serdar s. · Reviewed yaklaşık 1 yıl ago
very useful lab for practice
serdar s. · Reviewed yaklaşık 1 yıl ago
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. · Reviewed yaklaşık 1 yıl ago
Chivy L. · Reviewed yaklaşık 1 yıl ago
Nataliia R. · Reviewed yaklaşık 1 yıl ago
Nataliia R. · Reviewed yaklaşık 1 yıl ago
Rebal N. · Reviewed yaklaşık 1 yıl ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.