Arthur Denner
Arthur Denner

Arthur Denner

Follow
homebadgesnewsletter
Tag

Testing

#testing

More content

Read more stories on Hashnode


Articles with this tag

Test behavior of widgets in Flutter

Apr 27, 20203 min read

Our widget tests should give us confidence about how they respond to user interactions - its behavior. Using the CustomButton widget from a previous...

Test behavior of widgets in Flutter

Write and test platform-specific widgets in Flutter

Apr 27, 20204 min read

With Flutter, it's possible to display a CupertinoButton on iOS and a RaisedButton on Android, giving an even more native looking to our apps. Display...

Write and test platform-specific widgets in Flutter