master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
Showing only changes of commit 635bb329ea - Show all commits

View File

@ -66,7 +66,8 @@ abstract class ThemeResolver<Style extends ThemeStyle<Style>, Extension,
if (style == null) { if (style == null) {
throw FlutterError( throw FlutterError(
'No default style found for $Style in $Extension${extra != null ? ' with $extra' : ''}', 'No default style found for $Style in '
'$Extension${extra != null ? ' with $extra' : ''}',
); );
} }