FilledStacks / provider_architecture

A set of widgets to help with the implementation of the Provider architecture as shown by FilledStacks
86 stars 15 forks source link

Docs & code mismatch #1

Closed chimon2000 closed 4 years ago

chimon2000 commented 4 years ago

Docs say withBuilder/withoutBuilder. The code says withConsumer/withoutConsumer.

https://github.com/FilledStacks/provider_architecture/blob/a5375f634d19df26ab12360909e93c24c9c0c83f/lib/viewmodel_provider.dart#L14

https://github.com/FilledStacks/provider_architecture/blob/a5375f634d19df26ab12360909e93c24c9c0c83f/lib/viewmodel_provider.dart#L21