jalaali 0.3.0 copy "jalaali: ^0.3.0" to clipboard
jalaali: ^0.3.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
0
pub points
9%
popularity

Publisher

unverified uploader

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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on jalaali