Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

BooleanExtra/boolean_pb_extensions

Repository files navigation

getBoolean's Paperback Extensions

Status: In Development (not ready for use)

Extensions for Paperback v0.6 - v0.7, written in Dart

Developer Setup

This project uses dpaperback_cli to bundle and serve the sources. It can be installed globally or as a dev dependency.

  1. Install Node 14+ (I recommend nvm/nvm-windows)
  2. Install Dart or Flutter (Dart is included with Flutter)
  3. Install dpaperback_cli

Folder Structure

lib/
  -> source1/            # Can be any name
       -> source1.dart   # Entry file with `main` method, must be the same name as the folder above
       -> includes/      # Optional assets such as the source icon
  -> source2/
  ...
pubspec.yaml             # Dependencies used in any of the sources. Dart has tree shaking, so any dependencies not used in a source will not be bundled.

Dependencies

About

Extensions for Paperback written in Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages