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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user