Re-did home_widget.dart -> home_widget2.dart and Dropdown works

This commit is contained in:
Carlos Lopez-Rosario
2020-02-12 20:16:12 -05:00
parent a6beebb4ce
commit 5ba8bf3277
5 changed files with 99 additions and 129 deletions

View File

@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'home_widget.dart';
import 'home_widget2.dart';
void main() => runApp(App());