Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Flutter types that would be useful in Jaspr #246

Open
yjbanov opened this issue Jun 17, 2024 · 2 comments
Open

RFC: Flutter types that would be useful in Jaspr #246

yjbanov opened this issue Jun 17, 2024 · 2 comments

Comments

@yjbanov
Copy link

yjbanov commented Jun 17, 2024

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.

@kevmoo
Copy link

kevmoo commented Jun 17, 2024

Yes, please!

@schultek
Copy link
Owner

schultek commented Jul 12, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants