my_custom_package1 0.0.1 copy "my_custom_package1: ^0.0.1" to clipboard
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
0
likes
140
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple Flutter package that demonstrates how to create, structure, and publish a custom package. Includes a sample Greeting utility and example app.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on my_custom_package1