dart_package_template 0.1.0
dart_package_template: ^0.1.0 copied to clipboard
A pub.dev-ready Dart package template with recommended settings.
Examples #
This directory contains runnable examples that showcase how to use the package.
basic/ #
A minimal, straightforward demonstration of the package API. Use this example to see the simplest setup and typical usage patterns.
advanced_example/ #
An advanced example that applies the package API in an interactive CLI. It demonstrates more complex flows, user interaction, and extended features.