pulumi_random 4.21.1+1
pulumi_random: ^4.21.1+1 copied to clipboard
A Pulumi package to safely use randomness in Pulumi programs.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pulumi_randomWith Flutter:
$ flutter pub add pulumi_randomThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pulumi_random: ^4.21.1+1Alternatively, 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:pulumi_random/pulumi_random.dart';