Skip to content

wikey10/flutter_testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Testing Tutorial

Welcome to the repository for the Flutter Testing Tutorial. This repository contains the source code for unit testing and widget testing in Flutter, as demonstrated in my tutorial series on YouTube.

  1. Counter App - unit_test/counter_app/test/counter_test.dart
  2. Users HTTP Example - unit_test/users_http_example/test/user_repository_test.dart
  1. Counter App - widget_test/counter_app/test/home_page_test.dart
  2. Users Example - widget_test/users_example/test/home_page_test.dart
  3. Animation Example - widget_test/animations_example/test/animation_screen_test.dart
  1. Form Example - integration_test/form_example/integration_test/app_test.dart

Note: Make sure you have Flutter installed, and run flutter pub get to download the necessary dependencies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 44.7%
  • CMake 37.0%
  • Dart 8.2%
  • HTML 3.7%
  • C 2.8%
  • Swift 2.3%
  • Other 1.3%