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

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
pub points
0%
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

MIT (LICENSE)

Dependencies

flutter, test

More

Packages that depend on jalaali