misarblog 5.0.1
misarblog: ^5.0.1 copied to clipboard
Dart client for misar.blog, a hosted blogging platform: publish and schedule Markdown articles, manage drafts, series, comments, reactions, analytics and AI titles and covers.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add misarblogThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
misarblog: ^5.0.1Alternatively, 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:misarblog/misarblog.dart';