This is how you contribute a test to Flutter | Building Flutter

Published 2024-04-23
Matt works with Taha to contribute a test to the #flutter framework, which checks the behavior of an API Docs example.

0:00:00 - Welcome
0:00:33 - What are we doing today?
0:08:00 - Update our Flutter version
0:14:45 - Explore examples source code
0:16:32 - Create OverflowBar test file
0:22:19 - Start writing the test
0:32:00 - Find buttons in the test
0:59:55 - Submit a Pull Request
1:10:38 - Conclusion

✪ Start a bounty 👉 flutterbountyhunters.com/
✪ Say, Hi 👉 twitter.com/FlutterBounties

All Comments (3)
  • @osamaali6603
    Hi Matt. I followed the video and created a PR that adds tests for the ButtonStyle example. The PR has changes in only one file which is the test file that I created. But the Linux-Analyze check is failing on the PR. Any help is greatly appreciated