getx icon indicating copy to clipboard operation
getx copied to clipboard

Problems with multiple schema usage instances

Open qcks opened this issue 2 years ago • 1 comments

GetBuilder<T>( global: false, ... )

qcks avatar Jun 20 '22 10:06 qcks

Get.create(() =>C(data: data));
GetBuilder(
global: false,
init:C(data: data)
...
)

qcks avatar Jun 21 '22 08:06 qcks