Reme Le Hane - Engineering Lead
Subscribe
Sign in
Home
Notes
Flutter
Automated Testing
CI/CD
Testing
Automating Unit Testing for Your Flutter Project with GitHub Actions
In the world of software development, ensuring the quality and reliability of your code is paramount.
Feb 20, 2023
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Automating Unit Testing for Your Flutter Project with GitHub Actions
Copy link
Facebook
Email
Notes
More
Flutter: Data Testing
In a previous post we discussed using find.byPredicate for more accurate and bulletproof widget testing.
May 9, 2022
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Flutter: Data Testing
Copy link
Facebook
Email
Notes
More
Widget testing: Dealing with Renderflex Overflow Errors
A simple solution to dealing with “A RenderFlex overflowed by…” in unit testing…
Apr 19, 2022
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Widget testing: Dealing with Renderflex Overflow Errors
Copy link
Facebook
Email
Notes
More
Automated Unit Testing with GitHub Actions
Today we going to discuss the nicely simple way in which you can use GitHub’s actions to automate the unit testing for your Flutter…
Sep 12, 2021
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Automated Unit Testing with GitHub Actions
Copy link
Facebook
Email
Notes
More
Unit testing DateTime.now() with the help of Dart extensions
A quick walkthrough on unit testing in Flutter when needing to use DateTime.now()
Jul 18, 2021
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Unit testing DateTime.now() with the help of Dart extensions
Copy link
Facebook
Email
Notes
More
Unit Testing a Utility function that returns a Widget
Probably not too common a use case, but for me I have a utility function for handling in-app navigation from the in-app web view webview_flutter while…
Mar 31, 2021
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Unit Testing a Utility function that returns a Widget
Copy link
Facebook
Email
Notes
More
Dependency Injection and Testing
Using dependency injection can be great for simplifying your code and keeping it DRY, it can also simplify testing and even improve testability.
Aug 17, 2020
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Dependency Injection and Testing
Copy link
Facebook
Email
Notes
More
Unit Testing your http.MultipartRequest network method
Recently I had to implement image uploading which required form data that cannot be done with the standard http.Clientand instead needs…
Aug 10, 2020
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Unit Testing your http.MultipartRequest network method
Copy link
Facebook
Email
Notes
More
Widget testing when your app needs access to directories.
Many times in an application you would have a need to store files, temporarily or even permanently.
Jul 27, 2020
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Widget testing when your app needs access to directories.
Copy link
Facebook
Email
Notes
More
Bringing localization into your Widget testing
The more accurate you make your test, the higher the quality of the test itself.
Jul 20, 2020
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Bringing localization into your Widget testing
Copy link
Facebook
Email
Notes
More
Widget testing passed in function
In this post, we going to go through how, at least in my opinion, one would go about testing that a function is called within a widget when that…
Jul 10, 2020
•
Reme
Share this post
Reme Le Hane - Engineering Lead
Widget testing passed in function
Copy link
Facebook
Email
Notes
More
Share
Copy link
Facebook
Email
Notes
More
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts