torugo_widgets 0.2.1 copy "torugo_widgets: ^0.2.1" to clipboard
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_widgets

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  torugo_widgets: ^0.2.1

Alternatively, 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';
0
likes
150
points
161
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter UI toolkit featuring a custom shadow painter that prevents shadows from bleeding through semi-transparent widget surfaces.

Repository (GitHub)
View/report issues

Topics

#container #shadow #transparency #widget #ui

License

MIT (license)

Dependencies

cupertino_ui, flutter, material_ui

More

Packages that depend on torugo_widgets