<itemvalue="Deletes the `Instance<S>`, cleaning the memory and closes any open controllers (`DisposableInterface`). - [tag] Optional "tag" used to register the Instance - [force] Will delete an Instance even if marked as `permanent`."/>
<itemvalue="Injects an `Instance<S>` in memory. No need to define the generic type `<[S]>` as it's inferred from the [dependency] parameter. - [dependency] The Instance to be injected. - [tag] optionally, use a [tag] as an "id" to create multiple records of the same `Type<S>` the [tag] does not conflict with the same tags used by other dependencies Types. - [permanent] keeps the Instance in memory and persist it, not following `Get.smartManagement` rules. Although, can be removed by `GetInstance.reset()` and `Get.delete()` - [builder] If defined, the [dependency] must be returned from here"/>
<itemvalue="Injects an `Instance<S>` in memory. No need to define the generic type `<[S]>` as it's inferred from the [dependency] parameter. - [dependency] The Instance to be injected. - [tag] optionally, use a [tag] as an "id" to create multiple records of the same `Type<S>` the [tag] does not conflict with the same tags used by other dependencies Types. - [permanent] keeps the Instance in memory and persist it, not following `Get.smartManagement` rules. Although, can be removed by `GetInstance.reset()` and `Get.delete()` - [builder] If defined, the [dependency] must be returned from here"/>
<itemvalue="If non-null, sets its width to the child's width multiplied by this factor. Can be both greater and less than 1.0 but must be non-negative."/>
<itemvalue="If non-null, sets its width to the child's width multiplied by this factor. Can be both greater and less than 1.0 but must be non-negative."/>
<itemvalue="indicator"/>
<itemvalue="indicator"/>
@ -19,7 +21,6 @@
<itemvalue="bring chat data controller to chat page."/>
<itemvalue="bring chat data controller to chat page."/>
<itemvalue="A [DocumentReference] refers to a document location in a [FirebaseFirestore] database and can be used to write, read, or listen to the location. The document at the referenced location may or may not exist. A [DocumentReference] can also be used to create a [CollectionReference] to a subcollection."/>
<itemvalue="A [DocumentReference] refers to a document location in a [FirebaseFirestore] database and can be used to write, read, or listen to the location. The document at the referenced location may or may not exist. A [DocumentReference] can also be used to create a [CollectionReference] to a subcollection."/>
<itemvalue="data Fetched"/>
<itemvalue="data Fetched"/>
<itemvalue="permanent"/>
<itemvalue="The ParentDataWidget Expanded(flex: 1) wants to apply ParentData of type FlexParentData to a Iflutter (30455): RenderObject, which has been set up to accept ParentData of incompatible type StackParentData. Iflutter (30455): Usually, this means that the Expanded widget has the wrong ancestor RenderObjectWidget. Typically, Iflutter (30455): Expanded widgets are placed directly inside Flex widgets. Iflutter (30455): The offending Expanded is currently placed inside a Stack widget. Iflutter (30455): The ownership chain for the RenderObject that received the incompatible parent data was: Iflutter (30455): SizedBox.expand ← Expanded ← GroupChatMessagesListView<GroupChatMessagesRecord> ← Stack ← Iflutter (30455): GetBuilder<GroupChatMessagesListController> ← GroupChatMessagesList ← Expanded ← Column ← MediaQuery Iflutter (30455): ← Padding ← ⋯"/>
<itemvalue="The ParentDataWidget Expanded(flex: 1) wants to apply ParentData of type FlexParentData to a Iflutter (30455): RenderObject, which has been set up to accept ParentData of incompatible type StackParentData. Iflutter (30455): Usually, this means that the Expanded widget has the wrong ancestor RenderObjectWidget. Typically, Iflutter (30455): Expanded widgets are placed directly inside Flex widgets. Iflutter (30455): The offending Expanded is currently placed inside a Stack widget. Iflutter (30455): The ownership chain for the RenderObject that received the incompatible parent data was: Iflutter (30455): SizedBox.expand ← Expanded ← GroupChatMessagesListView<GroupChatMessagesRecord> ← Stack ← Iflutter (30455): GetBuilder<GroupChatMessagesListController> ← GroupChatMessagesList ← Expanded ← Column ← MediaQuery Iflutter (30455): ← Padding ← ⋯"/>
<itemvalue="time Stamp"/>
<itemvalue="time Stamp"/>
<itemvalue="set Chat Item Comparer"/>
<itemvalue="set Chat Item Comparer"/>
@ -54,12 +55,11 @@
<itemvalue="The ParentDataWidget Expanded(flex: 1) wants to apply ParentData of type FlexParentData to a Iflutter ( 5852): RenderObject, which has been set up to accept ParentData of incompatible type BoxParentData. Iflutter ( 5852): Usually, this means that the Expanded widget has the wrong ancestor RenderObjectWidget. Typically, Iflutter ( 5852): Expanded widgets are placed directly inside Flex widgets. Iflutter ( 5852): The offending Expanded is currently placed inside a Padding widget. Iflutter ( 5852): The ownership chain for the RenderObject that received the incompatible parent data was: Iflutter ( 5852): RichText ← Container ← Expanded ← Padding ← DecoratedBox ← Container ← CreateNotificationItem ← Iflutter ( 5852): RepaintBoundary ← IndexedSemantics ← NotificationListener<KeepAliveNotification> ← ⋯"/>
<itemvalue="The ParentDataWidget Expanded(flex: 1) wants to apply ParentData of type FlexParentData to a Iflutter ( 5852): RenderObject, which has been set up to accept ParentData of incompatible type BoxParentData. Iflutter ( 5852): Usually, this means that the Expanded widget has the wrong ancestor RenderObjectWidget. Typically, Iflutter ( 5852): Expanded widgets are placed directly inside Flex widgets. Iflutter ( 5852): The offending Expanded is currently placed inside a Padding widget. Iflutter ( 5852): The ownership chain for the RenderObject that received the incompatible parent data was: Iflutter ( 5852): RichText ← Container ← Expanded ← Padding ← DecoratedBox ← Container ← CreateNotificationItem ← Iflutter ( 5852): RepaintBoundary ← IndexedSemantics ← NotificationListener<KeepAliveNotification> ← ⋯"/>
<itemvalue="The following message was thrown building Obx(has builder, dirty, state: _ObxState249bd): Iflutter (30461): [Get] the improper use of a GetX has been detected. Iflutter (30461): You should only use GetX or Obx for the specific widget that will be updated. Iflutter (30461): If you are seeing this error, you probably did not insert any observable variables into Iflutter (30461): GetXObx Iflutter (30461): or insert them outside the scope that GetX considers suitable for an update Iflutter (30461): (example: GetX => HeavyWidget => variableObservable). Iflutter (30461): If you need to update a parent widget and a child widget, wrap each one in an ObxGetX."/>
<itemvalue="The following message was thrown building Obx(has builder, dirty, state: _ObxState249bd): Iflutter (30461): [Get] the improper use of a GetX has been detected. Iflutter (30461): You should only use GetX or Obx for the specific widget that will be updated. Iflutter (30461): If you are seeing this error, you probably did not insert any observable variables into Iflutter (30461): GetXObx Iflutter (30461): or insert them outside the scope that GetX considers suitable for an update Iflutter (30461): (example: GetX => HeavyWidget => variableObservable). Iflutter (30461): If you need to update a parent widget and a child widget, wrap each one in an ObxGetX."/>
<itemvalue="The following message was thrown building Obx(has builder, dirty, state: _ObxStatec95b4): Iflutter (30457): [Get] the improper use of a GetX has been detected. Iflutter (30457): You should only use GetX or Obx for the specific widget that will be updated. Iflutter (30457): If you are seeing this error, you probably did not insert any observable variables into Iflutter (30457): GetXObx Iflutter (30457): or insert them outside the scope that GetX considers suitable for an update Iflutter (30457): (example: GetX => HeavyWidget => variableObservable). Iflutter (30457): If you need to update a parent widget and a child widget, wrap each one in an ObxGetX."/>
<itemvalue="The following message was thrown building Obx(has builder, dirty, state: _ObxStatec95b4): Iflutter (30457): [Get] the improper use of a GetX has been detected. Iflutter (30457): You should only use GetX or Obx for the specific widget that will be updated. Iflutter (30457): If you are seeing this error, you probably did not insert any observable variables into Iflutter (30457): GetXObx Iflutter (30457): or insert them outside the scope that GetX considers suitable for an update Iflutter (30457): (example: GetX => HeavyWidget => variableObservable). Iflutter (30457): If you need to update a parent widget and a child widget, wrap each one in an ObxGetX."/>
<itemvalue="The following message was thrown building Obx(has builder, dirty, state: _ObxStatee0061): Iflutter (30457): [Get] the improper use of a GetX has been detected. Iflutter (30457): You should only use GetX or Obx for the specific widget that will be updated. Iflutter (30457): If you are seeing this error, you probably did not insert any observable variables into Iflutter (30457): GetXObx Iflutter (30457): or insert them outside the scope that GetX considers suitable for an update Iflutter (30457): (example: GetX => HeavyWidget => variableObservable). Iflutter (30457): If you need to update a parent widget and a child widget, wrap each one in an ObxGetX."/>