A Dart package to supply a number of utility functions to analyze words.
The aim of the package is to supply flutter apps the tools to create basic word games.
Add this to your package's pubspec.yaml file:
dependencies:
perkataan: ^0.3.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 flutter packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:perkataan/perkataan.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.3.0 | Jul 30, 2018 |
|
|
0.2.0 | Jul 30, 2018 |
|
|
0.1.0 | Jul 29, 2018 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0
|
Health:
Code health derived from static analysis.
[more]
|
100
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
87
|
Overall:
Weighted score of the above.
[more]
|
47
|
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:perkataan/perkataan.dart
.
Fix lib/src/words.dart
. (-0.50 points)
Analysis of lib/src/words.dart
reported 1 hint:
line 29 col 11: Use isNotEmpty instead of length
Format lib/src/math_utils.dart
.
Run dartfmt
to format lib/src/math_utils.dart
.
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 perkataan.dart
. Packages with multiple examples should provide example/README.md
.
For more information see the pub package layout conventions.
The package description is too short. (-3 points)
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0-dev.58.0 <3.0.0 | ||
collection | ^1.14.0 | 1.14.11 | |
Dev dependencies | |||
test | ^1.2.0 |