DB is looking a lot better now that she has all her data in order... time to try to dynamicly create view for diffrent lots

thomas
Thomas Atkins 5 years ago
parent a5dd9f2daf
commit 09caea9c3c

@ -26,7 +26,8 @@ class _MyHomePageState extends State<MyHomePage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text('Lot 1')),
body: _buildBody(context, db.document('Lot1').collection('stalls')),
body: _buildBody(
context, db.document('Test-Lot-46').collection('stalls')),
);
}

Loading…
Cancel
Save