top of page

Maria Mathew
Lead Engineer, Allthenticate Inc.
After transitioning from software engineer to app developer two years ago, Maria leads the app development at a cybersecurity startup, Allthenticate, helping lead the charge on passworldless technology.
Mastering Dart Isolates: Custom Entrypoints for Smarter Background Processing
Key Takeaways and Learning Points
- A deep technical look at Dart isolates, Flutter runtime, and app execution on Android/iOS
- How the Dart runtimes start executing on Native App launches
- Understanding the Dart isolate entry-point and customizing it for your app's needs
- Creating custom isolates triggered by geofences, notifications, or background tasks
- Real-world techniques to optimize resource sharing between isolates
bottom of page