katro_timeline 1.0.0
katro_timeline: ^1.0.0 copied to clipboard
Flutter time line 2024
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add katro_timelineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
katro_timeline: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:katro_timeline/data/enum/type_time_line.dart';
import 'package:katro_timeline/data/icon_and_image_style.dart';
import 'package:katro_timeline/data/line_style.dart';
import 'package:katro_timeline/data/time_line_item.dart';
import 'package:katro_timeline/flutter_timeline.dart';
import 'package:katro_timeline/paint/line_draw_horizantal.dart';
import 'package:katro_timeline/paint/line_draw_vertical.dart';