Enough-Software / enough_platform_widgets

More cross platform widgets for Flutter. Extends flutter_platform_widgets.
MIT License
18 stars 20 forks source link

Doesn't work with Flutter 3.10.0 #16

Closed Myzel394 closed 8 months ago

Myzel394 commented 1 year ago

Hey just wanted to let you know that this package does not work with Flutter 3.10.0 :/

jaredsburrows commented 1 year ago

@Myzel394 Post more context and examples? Does it not compile?

jaredsburrows commented 1 year ago

What is the error? I just tested this locally.

gisborne commented 1 year ago

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.

robert-virkus commented 8 months ago

Sorry for the late cleanup, this has been resolved long ago.