1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Pressable veggie cards, new launcher icon, release metadata. (#54)

This commit is contained in:
Andrew Brogdon
2019-03-14 13:42:26 -07:00
committed by GitHub
parent d123c32f29
commit fe72ed957f
26 changed files with 141 additions and 67 deletions

View File

@@ -35,7 +35,7 @@ class ListScreen extends StatelessWidget {
Widget build(BuildContext context) {
return CupertinoTabView(
builder: (context) {
String dateString = DateFormat.jms("en_US").format(DateTime.now());
String dateString = DateFormat("MMMM y").format(DateTime.now());
final appState =
ScopedModel.of<AppState>(context, rebuildOnChange: true);
final prefs =