You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With flutter 3.13.3 and groovin_widgets 3.1.0 the following error occurs while building the appbundle:
`../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:841:10: Error: Expected 2 type arguments.
with SlottedMultiChildRenderObjectWidgetMixin<_ListTileSlot> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:920:10: Error: Expected 2 type arguments.
with SlottedContainerRenderObjectMixin<_ListTileSlot> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:840:7: Error: The type 'SlottedMultiChildRenderObjectWidgetMixin<_ListTileSlot>' can't be mixed in.
class _GroovinListTile extends RenderObjectWidget
^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:919:7: Error: The type 'SlottedContainerRenderObjectMixin<_ListTileSlot>' can't be mixed in.
class _RenderListTile extends RenderBox
^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:840:7: Error: The non-abstract class '_GroovinListTile' is missing implementations for these members:
RenderObjectWidget.createElement
Widget.createElement
Try to either
provide an implementation,
inherit an implementation from a superclass or mixin,
mark the class as abstract, or
provide a 'noSuchMethod' implementation.
class _GroovinListTile extends RenderObjectWidget
^^^^^^^^^^^^^^^^
../../../snap/flutter/common/flutter/packages/flutter/lib/src/widgets/framework.dart:1772:23: Context: 'RenderObjectWidget.createElement' is defined here.
RenderObjectElement createElement();
^^^^^^^^^^^^^
../../../snap/flutter/common/flutter/packages/flutter/lib/src/widgets/framework.dart:346:11: Context: 'Widget.createElement' is defined here.
Element createElement();
^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:941:29: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
'_RenderListTile' is from 'package:groovin_widgets/src/widgets/groovin_list_tile.dart' ('../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart').
Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
RenderBox? get leading => childForSlot(_ListTileSlot.leading);
^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:942:27: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
'_RenderListTile' is from 'package:groovin_widgets/src/widgets/groovin_list_tile.dart' ('../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart').
Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
RenderBox? get title => childForSlot(_ListTileSlot.title);
^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:943:30: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
'_RenderListTile' is from 'package:groovin_widgets/src/widgets/groovin_list_tile.dart' ('../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart').
Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
RenderBox? get subtitle => childForSlot(_ListTileSlot.subtitle);
^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:944:30: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
'_RenderListTile' is from 'package:groovin_widgets/src/widgets/groovin_list_tile.dart' ('../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart').
Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
RenderBox? get trailing => childForSlot(_ListTileSlot.trailing);
^^^^^^^^^^^^
Target kernel_snapshot failed: Exception
`
The text was updated successfully, but these errors were encountered:
With flutter 3.13.3 and groovin_widgets 3.1.0 the following error occurs while building the appbundle:
`../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:841:10: Error: Expected 2 type arguments.
with SlottedMultiChildRenderObjectWidgetMixin<_ListTileSlot> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:920:10: Error: Expected 2 type arguments.
with SlottedContainerRenderObjectMixin<_ListTileSlot> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:840:7: Error: The type 'SlottedMultiChildRenderObjectWidgetMixin<_ListTileSlot>' can't be mixed in.
class _GroovinListTile extends RenderObjectWidget
^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:919:7: Error: The type 'SlottedContainerRenderObjectMixin<_ListTileSlot>' can't be mixed in.
class _RenderListTile extends RenderBox
^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:840:7: Error: The non-abstract class '_GroovinListTile' is missing implementations for these members:
Try to either
class _GroovinListTile extends RenderObjectWidget
^^^^^^^^^^^^^^^^
../../../snap/flutter/common/flutter/packages/flutter/lib/src/widgets/framework.dart:1772:23: Context: 'RenderObjectWidget.createElement' is defined here.
RenderObjectElement createElement();
^^^^^^^^^^^^^
../../../snap/flutter/common/flutter/packages/flutter/lib/src/widgets/framework.dart:346:11: Context: 'Widget.createElement' is defined here.
Element createElement();
^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:941:29: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
RenderBox? get leading => childForSlot(_ListTileSlot.leading);
^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:942:27: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
RenderBox? get title => childForSlot(_ListTileSlot.title);
^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:943:30: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
RenderBox? get subtitle => childForSlot(_ListTileSlot.subtitle);
^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/groovin_widgets-3.1.0/lib/src/widgets/groovin_list_tile.dart:944:30: Error: The method 'childForSlot' isn't defined for the class '_RenderListTile'.
Try correcting the name to the name of an existing method, or defining a method named 'childForSlot'.
RenderBox? get trailing => childForSlot(_ListTileSlot.trailing);
^^^^^^^^^^^^
Target kernel_snapshot failed: Exception
`
The text was updated successfully, but these errors were encountered: