amino-health / oura-intervention

Web-application for the "Självständigt arbete inom IT" course
Mozilla Public License 2.0
1 stars 1 forks source link

Added a way to very easily test widgets #13

Closed JakobPaulsson closed 2 years ago

JakobPaulsson commented 2 years ago

To test a widget, simply add the widget to the widgetList variable in TestWidgets.dart and run flutter using:

flutter run -t lib/TestWidgets.dart

Instructions are also in the file.

eriksik2 commented 2 years ago

Test widgets