torugo_widgets 0.2.1
torugo_widgets: ^0.2.1 copied to clipboard
A Flutter UI toolkit featuring a custom shadow painter that prevents shadows from bleeding through semi-transparent widget surfaces.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add torugo_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
torugo_widgets: ^0.2.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:torugo_widgets/torugo_widgets.dart';