Provides common operations for manipulating Unicode sequences.
Please file feature requests and bugs at the issue tracker.
<3.0.0
, and adjust other dependencies.Updates to support Dart 2.0 core library changes (wave
2.2). Package now requires Dart 2.0.0-dev.20.0
.
See issue 31847 for details.
Add this to your package's pubspec.yaml file:
dependencies:
utf: ^0.9.0+5
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 flutter packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:utf/utf.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.9.0+5 | Jul 16, 2018 |
|
|
0.9.0+4 | Feb 1, 2018 |
|
|
0.9.0+3 | Feb 22, 2016 |
|
|
0.9.0+2 | Jan 30, 2015 |
|
|
0.9.0+1 | Jul 24, 2014 |
|
|
0.9.0 | Nov 6, 2013 |
|
|
0.8.10+4 | Nov 5, 2013 |
|
|
0.8.10+3 | Nov 4, 2013 |
|
|
0.8.10 | Nov 1, 2013 |
|
|
0.8.9 | Oct 31, 2013 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
95
|
Health:
Code health derived from static analysis.
[more]
|
100
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
90
|
Overall:
Weighted score of the above.
[more]
|
95
|
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, web, other
No platform restriction found in primary library
package:utf/utf.dart
.
Fix lib/src/utf_stream.dart
. (-0.50 points)
Analysis of lib/src/utf_stream.dart
reported 1 hint:
line 76 col 11: Use isNotEmpty instead of length
Maintain an example. (-10 points)
Create a short demo in the example/
directory to show how to use this package.
Common filename patterns include main.dart
, example.dart
, and utf.dart
. Packages with multiple examples should provide example/README.md
.
For more information see the pub package layout conventions.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0-dev.20.0 <3.0.0 | ||
Dev dependencies | |||
test | ^1.2.0 |