-
-
Notifications
You must be signed in to change notification settings - Fork 528
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Seems like there's currently no possibility to make a provider which returns a new instance every time I access it.
I can do it in get_it:
getIt.registerFactory<MyModel>(() => MyModel());How about adding it to provider?
It either could be a new FactoryProvider, or a factory: true property to the existing Provider widget.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested