jaspr
jaspr copied to clipboard
RFC: Flutter types that would be useful in Jaspr
Description
This is a request for comments on https://flutter.dev/go/move-flutter-agnostic-types, which proposes that certain Flutter types are moved out of Flutter's namespaces so they can be used in contexts other than Flutter. We'd like to hear from the Jaspr maintainers and community on what Flutter types would be useful in the Jaspr framework and/or applications.
Yes, please!
Also commented on the doc, but to summarize:
- Generally very welcome, would be a huge benefit for Jaspr
- Especially ChangeNotifier, ValueNotifier, Listenable would be very welcome as those are duplicated right now.
- Some common constants (kIsWeb, debug/release mode) would also be welcome.
- dart:ui types are not useful at all for Jaspr, as it has css based styling (e.g. it has a Color class but this works different to Flutters Color)