jalaali 0.4.0 copy "jalaali: ^0.4.0" to clipboard
jalaali: ^0.4.0 copied to clipboard

outdated

A flutter package to make working with solar date easier. You can convert dates to solar dates and manipulate those by using this package in your app.

example/main.dart

import 'package:jalaali/jalaali.dart';

void main() {
  JalaaliDate currentDate = JalaaliDate.now();
  print("Current Date is: " + currentDate.toString());
}
1
likes
40
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to make working with solar date easier. You can convert dates to solar dates and manipulate those by using this package in your app.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, test

More

Packages that depend on jalaali