Page: 8
Stop using the Freezed map/when. Use sealed class with pattern matching.
Pattern matching makes the usage of map/when generated code with Freezed redundant in Dart 3.0 and higher
Flutter Tutorial
Jetpack Compose Conventions for the @Composables to Make Them Better
Learn more about creating more developer-friendly composable for everyone
Android Tutorial
Stop Using Test Tags in the Jetpack Compose Production Code
Replace test tags with the semantics which are actually useful
Android Tutorial
End-To-End Testing With Robot Pattern And Jetpack Compose
Make your end-to-end tests more explicit and readable for everyone
Android Tutorial
Multitasking Intrusion and Preventing Screenshots on Android App
Protect your user's privacy and adhere to requirements
Android Tutorial
How to think about fakes and mocks to make your testing easier
Avoid being blocked by unmatched input to the mock with fake
Android iOS Flutter Tutorial Best Practices