
Flying High with Flutter
Error Monitoring in Flutter: Best Practices
Episode guests
Podcast summary created with Snipd AI
Quick takeaways
- Measuring the quality of a mobile app involves assessing code quality and evaluating user experience, with an emphasis on providing a crash-free and seamless experience for users.
- Maintaining consistency between webviews and native implementations in an app can be achieved by using a common cookie store to synchronize user state and authentication, allowing for a smooth transition between web and native features.
Deep dives
Quality throughout the app life cycle
In this podcast episode, Jonas discusses the importance of quality in mobile app development. He highlights that quality is not just about testing, but also about ensuring a positive user experience. Jonas explains that measuring quality involves assessing code quality before release and evaluating the user experience after release. He emphasizes that a good quality app should be crash-free and provide a seamless experience for users, especially in e-commerce apps where users should be able to easily find and purchase products. Jonas also shares insights into how his team at Media Max Edgeman achieves quality by initially implementing new features as webviews in the app, which allows them to test and refine the feature before transitioning to a native implementation.