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

A new Flutter package from floating Widget.

TODO: The Nimu Floatr Widget is mostly and effectively used to show some popups, alerts, or some error messages which float over the body.

Features #

You can make messenger like floating chat head.

Getting started #

Codes:

               NimuFloat(
                child: CounterChild(
                  counterChild: NimuCounter(
                    count: '5',
                    backgroundColor: Colors.red,
                    countStyle: TextStyle(
                      color: Colors.white,
                      fontSize: 12,
                    ),
                    height: 20,
                    width: 20,
                  ),
                  child: CircleAvatar(
                    radius: 40,
                    backgroundImage: AssetImage('Your Image'),
                  ),
                ),
                body: const Text('body content'),
              ),

Usage #

TODO: You can find example in /example folder.

4
likes
110
pub points
21%
popularity

Publisher

verified publishernimusoftlabs.com

A new Flutter package from floating Widget.

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on nimu_float