Closed Myzel394 closed 8 months ago
@Myzel394 Post more context and examples? Does it not compile?
What is the error? I just tested this locally.
I am getting:
../../../.pub-cache/hosted/pub.dev/cupertino_list_tile-0.2.1+1/lib/src/list_tile.dart:342:7: Error: The non-abstract class '_ListTileElement' is missing implementations for these members:
- RenderObjectElement.moveRenderObjectChild
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 _ListTileElement extends RenderObjectElement {
^^^^^^^^^^^^^^^^
../../../dev/bin/flutter/packages/flutter/lib/src/widgets/framework.dart:6309:8: Context: 'RenderObjectElement.moveRenderObjectChild' is defined here.
My impression is that we're depending on cupertino_list_tile, which is deprecated and doesn't support 3.10.
Sorry for the late cleanup, this has been resolved long ago.
Hey just wanted to let you know that this package does not work with Flutter
3.10.0
:/