timeline_tile_plus 0.0.3 copy "timeline_tile_plus: ^0.0.3" to clipboard
timeline_tile_plus: ^0.0.3 copied to clipboard

A package to help you build highly customisable timelines with Flutter.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'src/showcase_timeline_tile_plus.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const ShowcaseTimelineTile(),
    );
  }
}
4
likes
160
points
258
downloads

Publisher

unverified uploader

Weekly Downloads

A package to help you build highly customisable timelines with Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on timeline_tile_plus