Frontend

Building robust front ends with Dart.

Flutter

Generics in Dart and Flutter

Flutter code uses Dart generics all over the place to ensure object types are what we expect them to be. Simply put, generics are a way to code a class or function so that it works with a range of data types instead of

You've successfully subscribed to Dart Academy!