bubble_lens 1.0.2 copy "bubble_lens: ^1.0.2" to clipboard
bubble_lens: ^1.0.2 copied to clipboard

outdated

Flutter customizable reproduction of the Apple Watch UI animation

Bubble Lens #

pub package

A reproduction of the Apple Watch UI animation

Example #

Usage #

Import the package #

import 'package:bubble_lens/bubble_lens.dart';

Use the package #

BubbleLens(
    width: 250,
    height: 250,
    widgets: [
        Container(
            width: 100,
            height: 100,
            color: Colors.red
        ),
        ...
    ]
);

Example #

Find the example wiring in the Bubble Lens example application.

Details #

See the bubble_lens.dart for more details.

Issues and feedback #

Please file issues to send feedback or report a bug. Thank you!

81
likes
0
pub points
76%
popularity

Publisher

verified publishernicolas-bruckert.com

Flutter customizable reproduction of the Apple Watch UI animation

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on bubble_lens