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

Update built_value to >= 4 <= 6 ? #15

Closed
TobiasBales opened this issue Jan 31, 2018 · 2 comments
Closed

Update built_value to >= 4 <= 6 ? #15

TobiasBales opened this issue Jan 31, 2018 · 2 comments

Comments

@TobiasBales
Copy link

When trying to upgrade flutter to the latest alpha release I was not able to find a set of dependencies that worked out for me and one of the constraint's was the pinning of built_value to 4.x

Would it be possible to upgrade the dependency?

The breaking changes apparently are

  • Prohibit use of extends in built_value classes. Classes should inherit API using implements and API+implementation using extends Object with.
  • Prohibit use of show or as when importing 'package:built_value/built_value.dart'. The generated code needs access to all symbols in the package with no import prefix.
  • Prohibit use of the mutable collection types List, Set, Map, ListMultimap and SetMultimap. Suggest built_collection equivalents instead.

Not sure if this causes any issues with flutter_built_redux.

This would be great.

Also: thank you very much for the great project

@davidmarne
Copy link
Owner

merged charafau's update, getting it pushed to pub right now

@davidmarne
Copy link
Owner

Thanks for the heads up! Glad you like it

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

2 participants