Flutter Navigator 2.0
Nov 8 2022 · Video Course (1 hr, 47 mins)
Navigator 2.0 is Flutter’s new declarative API for the Navigator widget. Learn how to migrate an app from old navigation patterns to use Navigator 2.0 and see how to make your app work with the...
Multiple Domains
Calling Native Libraries in Flutter with Dart FFI
Jun 22 2021 · Article (30 mins)
In this tutorial, you’ll learn how to use Dart FFI to access native libraries that support C-interoperability.
Multiple Domains
Flutter Text Rendering
Aug 30 2019 · Article (30 mins)
Learn about how Flutter renders Text widgets and see how to make your own custom text widget.