iso_calendar 0.0.2 copy "iso_calendar: ^0.0.2" to clipboard
iso_calendar: ^0.0.2 copied to clipboard

outdated

Dart package to calculate year and week based on ISO-8601

iso_calendar #

Run flutter test

Dart package to calculate year and week based on ISO-8601

Getting Started #

Add a dependency in your pubspec.yaml:

dependencies:
  iso_calendar: 0.0.1

Create an instance of IsoCalendar using .fromDateTime():

import 'package:iso_calendar/iso_calendar.dart';

main() {
    final isoCalendar = IsoCalendar.fromDateTime(DateTime(2021, 1, 1))
    print(isoCalendar.year) // 2020
    print(isoCalendar.weekNumber) // 52
}
5
likes
0
pub points
61%
popularity

Publisher

verified publisheriktakahiro.dev

Dart package to calculate year and week based on ISO-8601

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on iso_calendar