A copy of the dart:io HttpDate class for use in browsers. Can format and parse RFC-1123 dates.
Please file feature requests and bugs at the issue tracker.
This code is the work of the Dart Project authors, please see the LICENSE file for details.
Add this to your package's pubspec.yaml file:
dependencies:
http_date: "^1.0.0"
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter packages get
Alternatively, your editor might support pub get
or packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:http_date/http_date.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
1.0.0 | Aug 12, 2016 |
|
|
We analyzed this package on Apr 23, 2018, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0 | / 100 |
Health:
Code health derived from static analysis.
[more]
|
97 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
30 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
35 |
Detected platforms: Flutter, web, other
No platform restriction found in primary library
package:http_date/http_date.dart
.
The description is too short.
Add more detail about the package, what it does and what is its target use case. Try to write at least 60 characters.
Fix analysis and formatting issues.
Analysis or formatting checks reported 8 hints.
Run
dartfmt
to formatlib/http_date.dart
.Run
dartfmt
to formatlib/src/http_date_base.dart
.
Maintain an example.
Create a short demo in the
example/
directory to show how to use this package. Common file name patterns include:main.dart
,example.dart
or you could also usehttp_date.dart
.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.0.0 <2.0.0 |