Skeleton-Text icon indicating copy to clipboard operation
Skeleton-Text copied to clipboard

Flutter package for Skeleton Text Animation

Results 2 Skeleton-Text issues
Sort by recently updated
recently updated
newest added

Thank you for your work and I really love this package! I'm using Flutter Channel beta, 3.12.0-1.1.pre. The following error occured when I tried to run my project using `skeleton_text...

../../../../.pub-cache/hosted/pub.dev/skeleton_text-3.0.0/lib/skeleton_text.dart:70:49: Error: The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is nullable and 'BorderRadiusGeometry' isn't. - 'BorderRadius' is from 'package:flutter/src/painting/border_radius.dart' ('/Library/development/flutter/packages/flutter/lib/src/painting/border_radius.dart'). - 'BorderRadiusGeometry' is...