darto_security 0.0.1
darto_security: ^0.0.1 copied to clipboard
The darto_security package provides a set of plug-and-play middlewares inspired by Helmet.js to improve the security of your Darto application. These middlewares help protect your API against common t [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add darto_security
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
darto_security: ^0.0.1
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:darto_security/darto_security.dart';