We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
@ManmohanTalwar do u build from source or integrate it into your application?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: