felangel / equatable

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
https://pub.dev/packages/equatable
MIT License
901 stars 100 forks source link

Upgrade sdk to include Dart 3 #162

Closed soeren-schmaljohann-2denker closed 10 months ago

soeren-schmaljohann-2denker commented 1 year ago

Is your feature request related to a problem? Please describe. The current version only supports Dart 2.

Describe the solution you'd like Upgrade the package to include the Dart 3 SDK.

devpawann commented 1 year ago

163 Supports it

felangel commented 10 months ago

Hi @soeren-schmaljohann-2denker 👋 The latest version is compatible with Dart 3 as well. If you're running into a specific issue please feel free to provide a minimal reproduction sample and I'm happy to take a closer look. Closing for now, thanks!

soeren-schmaljohann-2denker commented 10 months ago

Hi, thanks for coming back to me, the current version works fine for me, thanks for the update!