my_custom_package1 0.0.1
my_custom_package1: ^0.0.1 copied to clipboard
A simple Flutter package that demonstrates how to create, structure, and publish a custom package. Includes a sample Greeting utility and example app.
lab_14 #
A simple and customizable Flutter package for demonstrating how to create and publish a package to pub.dev.
This package provides utility functions and examples to help you learn package development in Flutter.
✨ Features #
- 📦 Example utility class (
Greeting) to say hello with your name. - 🎯 Clean and simple package structure.
- 📱 Ready-to-use example app included.
- 🚀 Easy to extend for your own widgets, functions, or utilities.
🚀 Getting Started #
Add this package to your pubspec.yaml:
dependencies:
custom_package: ^0.0.1