bubble_timeline 1.0.5 copy "bubble_timeline: ^1.0.5" to clipboard
bubble_timeline: ^1.0.5 copied to clipboard

A Flutter Widget to make interactive timeline widget. This widget provides easy customisation of individual event bubbles.

example/lib/main.dart

import 'package:flutter/material.dart';
import './home_page.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: HomePage(),
    );
  }
}
68
likes
40
pub points
51%
popularity

Publisher

verified publishervanshgoel.me

A Flutter Widget to make interactive timeline widget. This widget provides easy customisation of individual event bubbles.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on bubble_timeline