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

outdated

A Flutter Widget to make interactive timeline widget. This widget can be used to make Event Timelines, or Timelines for certain travel journey. This widget provides easy customisation of individual ev [...]

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
0
pub points
45%
popularity

Publisher

verified publishervanshgoel.me

A Flutter Widget to make interactive timeline widget. This widget can be used to make Event Timelines, or Timelines for certain travel journey. This widget provides easy customisation of individual event bubbles.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bubble_timeline