bubble_lens 1.0.0+1 copy "bubble_lens: ^1.0.0+1" to clipboard
bubble_lens: ^1.0.0+1 copied to clipboard

outdated

Apple Watch UI animation

Bubble Lens #

pub package

A reproduction of the Apple Watch UI animation

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!