event_timeline_view 0.0.4 copy "event_timeline_view: ^0.0.4" to clipboard
event_timeline_view: ^0.0.4 copied to clipboard

An event timeline view allows users to visualize the occurrence and sequence of events over time and understanding of future occurrences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add event_timeline_view

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  event_timeline_view: ^0.0.4

Alternatively, 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:event_timeline_view/core/base/base_page.dart';
import 'package:event_timeline_view/core/base/screen/base_screen.dart';
import 'package:event_timeline_view/core/ui/theme/colors/app_color.dart';
import 'package:event_timeline_view/core/ui/theme/text_style_extension/text_style_extension.dart';
import 'package:event_timeline_view/core/ui/widget_extension/image_extension.dart';
import 'package:event_timeline_view/core/ui/widget_extension/widget_extension.dart';
import 'package:event_timeline_view/core/ui/widgets/size_box.dart';
import 'package:event_timeline_view/core/util/date_util/date_utils.dart';
import 'package:event_timeline_view/core/util/screen_util/init_screen_util.dart';
import 'package:event_timeline_view/core/util/screen_util/screen_util.dart';
import 'package:event_timeline_view/features/timeline_view/data/event_model.dart';
import 'package:event_timeline_view/features/timeline_view/presentation/screen/timeline_view_screen.dart';
import 'package:event_timeline_view/features/timeline_view/presentation/screen/widgets/event_widget.dart';
import 'package:event_timeline_view/features/timeline_view/presentation/screen/widgets/timeline_view_widget.dart';
import 'package:event_timeline_view/main.dart';
5
likes
110
pub points
37%
popularity

Publisher

verified publisherjarvistechnolabs.com

An event timeline view allows users to visualize the occurrence and sequence of events over time and understanding of future occurrences.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

auto_size_text, flutter, intl, table_calendar

More

Packages that depend on event_timeline_view