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

Adds model layer and list view to veggieseasons. (#13)

This commit is contained in:
Andrew Brogdon
2018-09-05 10:12:54 -07:00
committed by GitHub
parent 928c40c097
commit 0675b1f774
12 changed files with 817 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter/widgets.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/widgets.dart';
import 'package:veggieseasons/data/veggie.dart';
abstract class Styles {