swipeable_card icon indicating copy to clipboard operation
swipeable_card copied to clipboard

Changes to modernise package with new Flutter and Dart versions

Open bit-burger opened this issue 3 years ago • 2 comments

  • Updated to null-safety (dart version 2.12.2) (mostly used new late and required keyword)
  • Removed one unused dependency
  • Replaced FlatButton with TextButton as FlatButton is deprectated

bit-burger avatar Apr 07 '21 13:04 bit-burger