timeline_list2 0.1.0 copy "timeline_list2: ^0.1.0" to clipboard
timeline_list2: ^0.1.0 copied to clipboard

Displays customizable timeline of widgets

example/lib/main.dart

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

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Flutter Timeline Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: TimelinePage(title: 'Muslim Civilisation Doodles'),
    );
  }
}
7
likes
25
pub points
17%
popularity

Publisher

unverified uploader

Displays customizable timeline of widgets

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on timeline_list2