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
This commit is contained in:
parent
a5dd9f2daf
commit
09caea9c3c
@ -26,7 +26,8 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(title: Text('Lot 1')),
|
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…
Reference in New Issue
Block a user