• Ian Hickson's avatar
    Allow ChangeNotifier to be mixed in again (#23631) · c319b890
    Ian Hickson authored
    Luckily this class didn't actually need to extend its superclass, it
    only implements the interface. So we can change `extends` to
    `implements` and that's close enough, while allowing the class to be
    mixed in again.
    c319b890
change_notifier_test.dart 8.55 KB