mirror of
https://github.com/flutter/flutter.git
synced 2026-02-12 22:03:04 +08:00
Add a way of having keys based on numeric types or DateTimes by having a ValueKey<T> class. Remove the redundant ways of declaring things, except for leaving one shorthand -- you can say `new Key(s)` instead of `new ValueKey<String>(s)`.