hello_dart_monady 0.0.5
hello_dart_monady: ^0.0.5 copied to clipboard
A test package that allows me to try how to deploy the package online and send a greet message.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hello_dart_monadyWith Flutter:
$ flutter pub add hello_dart_monadyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hello_dart_monady: ^0.0.5Alternatively, 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:hello_dart_monady/hello_dart.dart';