0 purchases
drs floating 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,)),
],
)
);
copied to clipboard
Additional information #
if you want to contribute this package then follow and dm flutter_unity account on insta.
Thanks
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.