fmscreen 1.3.0 copy "fmscreen: ^1.3.0" to clipboard
fmscreen: ^1.3.0 copied to clipboard

A screening server for entity/ person name against denial lists such as BIS Entity List.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fmscreen

With Flutter:

 $ flutter pub add fmscreen

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fmscreen: ^1.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fmscreen/fmscreen.dart';
1
likes
140
pub points
27%
popularity

Publisher

unverified uploader

A screening server for entity/ person name against denial lists such as BIS Entity List.

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

args, async, fmatch, highlight, html, json2yaml, pdf, shelf, shelf_cors_headers, shelf_gzip, shelf_router, shelf_static, simple_mutex

More

Packages that depend on fmscreen