1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Adding tests, tweaking built_value code. (#5)

This commit is contained in:
Andrew Brogdon
2018-07-20 15:18:23 -07:00
committed by GitHub
parent 166c797671
commit 357d172647
12 changed files with 907 additions and 89 deletions

View File

@@ -104,7 +104,7 @@ class BasicsPage extends StatelessWidget {
children: [
Padding(
padding: const EdgeInsets.only(right: 8.0, bottom: 4.0),
child: Text('List of dynamic:', style: boldStyle),
child: Text('List of dynamics:', style: boldStyle),
),
Text(
prettyPrintList(strongListOfDynamics),