DFA implementation that inspired by dk.brics.automaton java package.
Add this to your package's pubspec.yaml file:
dependencies:
automaton: "^0.0.1"
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:automaton/automaton.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.0.1 | Jul 5, 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]
|
100 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
20 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
34 |
Detected platforms: Flutter, web, other
No platform restriction found in primary library
package:automaton/automaton.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.
Package is pre-v1 release.
While there is nothing inherently wrong with versions of
0.*.*
, it usually means that the author is still experimenting with the general direction API.
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 useautomaton.dart
.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=1.17.0 <2.0.0 | ||
collection | ^1.9.0 | 1.14.9 | |
Dev dependencies | |||
test | ^0.12.11+2 |