Skip to content

NSM722/symmetrical-giggle

Repository files navigation

QuoteGenie Mobile App

Type the commmand flutter run on terminal to view this random quote generating mobile app

Simple steps

  • Add the flutter_test dependency.
  • Create a widget to test.
  • Create a testWidgets test.
  • Build the widget using the WidgetTester.
  • Search for the widget using a Finder.
  • Verify the widget using a Matcher

Widget testing using keys