date_time_manipulation 0.0.1 copy "date_time_manipulation: ^0.0.1" to clipboard
date_time_manipulation: ^0.0.1 copied to clipboard

A Flutter package that provides elegant and user-friendly widgets for date and time manipulation, including current time display and date picker functionality.

Date & Time Manipulation Package #

pub package

A Flutter package that provides elegant and user-friendly widgets for date and time manipulation, including a current time display and date picker functionality.

[Date & Time Package Preview]

Features #

  • 🕒 Current Time Display: A beautiful widget that shows the current time in real-time
  • 📅 Date Picker: An intuitive date picker widget with a modern design
  • Real-time Updates: Automatic updates for time display
  • 🎨 Customizable UI: Easy to customize colors, fonts, and styles
  • 📱 Responsive Design: Works seamlessly across different screen sizes

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  date_time_manipulation: ^1.0.0

Then run:

$ flutter pub get

Usage #

Current Time Widget #

import 'package:date_time_manipulation/date_time_manipulation.dart';

TimeNowWidget(
  style: TextStyle(fontSize: 24),
  format: 'HH:mm:ss a',
)

Date Picker #

import 'package:date_time_manipulation/date_time_manipulation.dart';

DatePickerWidget(
  onDateSelected: (DateTime date) {
    print('Selected date: $date');
  },
)

Contributing #

Contributions are welcome! Please feel free to submit a Pull Request.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

0
likes
130
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides elegant and user-friendly widgets for date and time manipulation, including current time display and date picker functionality.

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on date_time_manipulation