ChangeNotifierBuilderExtension extension

ChangeNotifierBuilder Extension

Have you ever wanted to go

someChangeNotifier.builder((ctx, val)=>build);

That's what this is for, so you can convert ChangeNotifiers into widgets

Since this is on ChangeNotifier, you'll need to specify your type again

on

Methods

builder<T extends ChangeNotifier>(Widget handler(BuildContext context, T value)) Widget