drs_floating_widget 0.0.1 copy "drs_floating_widget: ^0.0.1" to clipboard
drs_floating_widget: ^0.0.1 copied to clipboard

This package has been using to the Drag, rotate and scale up-down of any widget.

You can Drag, rotate and scale up-down of any widget by using this package.

Example #

How Yo Use #

FloatingWidget only run in Stack.

Property #

  • child - give widget that you can float,
  • rotate - for rotation on-off,
  • scaleUpDown - for Scale Up Down on-off,
Scaffold(
        appBar: AppBar(
          title: const Text("Floating Widget"),
        ),
        body: Stack(
          children: [
            FloatingWidget(child: const Text("Hello")),
            FloatingWidget(child: Container(color: Colors.red, width: 100, height: 100,)),
          ],
        )
    );

Additional information #

if you want to contribute this package then follow and dm flutter_unity account on insta.
Thanks
7
likes
100
pub points
24%
popularity

Publisher

unverified uploader

This package has been using to the Drag, rotate and scale up-down of any widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on drs_floating_widget