lawrencebensaid / flutterui-modifiers

FlutterUI Modifiers
MIT License
7 stars 0 forks source link

[BUG] The argument type 'Clip?' can't be assigned to the parameter type 'Clip'. lib/Button.dart:118:21 #1

Open 0x384c0 opened 2 months ago

0x384c0 commented 2 months ago

Steps to reproduce:

aprosail commented 2 months ago

This package seems to use Dart 2.x, while you are using Dart 3.x, and the Flutter version had changed a lot. So there might be incompatibles...

aprosail commented 2 months ago

@0x384c0 The API and syntax used by this package is rather old, and it had not been updated for over 3 years. I'm now maintaining a package called modifier, which has similar functions, maybe it could help you. But that package is still working in progress, so please don't expect too much before version 1.0.0 🌾