mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-11-08 12:39:17 +00:00
12 lines
394 B
Markdown
12 lines
394 B
Markdown
# unit_testing
|
|
|
|
Example app demonstrating unit testing.
|
|
|
|
Unit tests are handy for verifying the behavior of a single function, method, or class. [click here](https://flutter.dev/docs/cookbook/testing/unit/introduction) for more information.
|
|
|
|
<img src="demo_img.gif" height="600em" />
|
|
|
|
## Getting Started
|
|
|
|
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
|