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.
First add jalaali
as a dependency in your pubspec.yaml file.
parse
constructor. see documentsformat
method. see documentstoDateTime
method. see documentsexample/main.dart
import 'package:jalaali/jalaali.dart';
void main() {
JalaaliDate currentDate = JalaaliDate.now();
print("Current Date is: " + currentDate.toString());
}
Add this to your package's pubspec.yaml file:
dependencies:
jalaali: ^0.4.1
You can install packages from the command line:
with Flutter:
$ flutter packages get
Alternatively, your editor might support flutter packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:jalaali/jalaali.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.4.1 | Jan 5, 2019 |
|
|
0.4.0 | Jan 4, 2019 |
|
|
0.3.0 | Oct 30, 2018 |
|
|
0.2.0 | Oct 29, 2018 |
|
|
0.1.0 | Oct 28, 2018 |
|
|
0.0.2 | Oct 28, 2018 |
|
|
0.0.1 | Oct 28, 2018 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
72
|
Health:
Code health derived from static analysis.
[more]
|
100
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
100
|
Overall:
Weighted score of the above.
[more]
|
86
|
We analyzed this package on Feb 14, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Detected platforms: Flutter
References Flutter, and has no conflicting libraries.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0-dev.68.0 <3.0.0 | ||
flutter | 0.0.0 | ||
test | ^1.5.1+1 | 1.5.3 | |
Transitive dependencies | |||
analyzer | 0.35.1 | ||
args | 1.5.1 | ||
async | 2.0.8 | ||
boolean_selector | 1.0.4 | ||
charcode | 1.1.2 | ||
collection | 1.14.11 | ||
convert | 2.1.1 | ||
crypto | 2.0.6 | ||
csslib | 0.14.6 | ||
front_end | 0.1.11 | ||
glob | 1.1.7 | ||
html | 0.13.3+3 | ||
http | 0.12.0+1 | ||
http_multi_server | 2.0.5 | ||
http_parser | 3.1.3 | ||
io | 0.3.3 | ||
js | 0.6.1+1 | ||
json_rpc_2 | 2.0.9 | ||
kernel | 0.3.11 | ||
logging | 0.11.3+2 | ||
matcher | 0.12.3+1 | 0.12.4 | |
meta | 1.1.6 | 1.1.7 | |
mime | 0.9.6+2 | ||
multi_server_socket | 1.0.2 | ||
node_preamble | 1.4.4 | ||
package_config | 1.0.5 | ||
package_resolver | 1.0.6 | ||
path | 1.6.2 | ||
pedantic | 1.4.0 | ||
plugin | 0.2.0+3 | ||
pool | 1.4.0 | ||
pub_semver | 1.4.2 | ||
shelf | 0.7.4 | ||
shelf_packages_handler | 1.0.4 | ||
shelf_static | 0.2.8 | ||
shelf_web_socket | 0.2.2+4 | ||
sky_engine | 0.0.99 | ||
source_map_stack_trace | 1.1.5 | ||
source_maps | 0.10.8 | ||
source_span | 1.5.4 | ||
stack_trace | 1.9.3 | ||
stream_channel | 1.6.8 | ||
string_scanner | 1.0.4 | ||
term_glyph | 1.1.0 | ||
test_api | 0.2.2 | ||
test_core | 0.2.1+1 | ||
typed_data | 1.1.6 | ||
utf | 0.9.0+5 | ||
vector_math | 2.0.8 | ||
vm_service_client | 0.2.6 | ||
watcher | 0.9.7+10 | ||
web_socket_channel | 1.0.9 | ||
yaml | 2.1.15 | ||
Dev dependencies | |||
flutter_test |