Skip to content

Commit

Permalink
Wow dropdowns suck lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
warpaltarpers committed Aug 4, 2019
1 parent d08030b commit 52fb5c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/generator.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:leaffilter_generator/components/reusable_card.dart';
import 'package:leaffilter_generator/components/constants.dart';
Expand All @@ -19,6 +20,8 @@ class _GeneratorState extends State<Generator> {

List<String> sizes = ['5\"', '6\"', 'HR5\"', 'HR6\"', 'HR7\"'];
List<String> colors = ['W', 'C', 'B', 'G']; // White, Clay, Beige, Gray

List<Text> pickerItems = [];

@override
Widget build(BuildContext context) {
Expand Down Expand Up @@ -110,10 +113,8 @@ class _GeneratorState extends State<Generator> {
),
),
// Filter type and size
Row(
children: <Widget>[

],
Expanded(
//TODO: Add in selection for filter size and color
),
],
),
Expand Down

0 comments on commit 52fb5c0

Please sign in to comment.