TinoGuo / pin_input_text_field

A textField widget to help display different style pin
Apache License 2.0
368 stars 81 forks source link

Error: A constant constructor can't call a non-constant super constructor. #92

Open ManmohanTalwar opened 1 year ago

ManmohanTalwar commented 1 year ago

Hi, I'm receiving a build time error while using the latest version i.e. 4.5.0. Flutter SDK: 3.7.3 Dart SDK: 2.18.6

hosted/pub.dev/pin_input_text_field-4.5.0/lib/src/decoration/decoration_underline.dart:25:9: Error: A constant constructor can't call a non-constant super constructor. const UnderlineDecoration({ ^ Target kernel_snapshot failed: Exception

Any solutuions?

TinoGuo commented 1 year ago

@ManmohanTalwar do u build from source or integrate it into your application?