tractian_example_package 1.3.0 copy "tractian_example_package: ^1.3.0" to clipboard
tractian_example_package: ^1.3.0 copied to clipboard

An example package for Tractian demonstrating automated versioning and changelog.

Tractian Example Package #

A Flutter package that demonstrates automated versioning and changelog management.

Features #

  • Custom TractianButton widget
  • Automated versioning
  • Automated changelog generation

Getting Started #

Add the package to your pubspec.yaml:

dependencies:
  tractian_example_package: ^1.0.0

Usage #

import 'package:tractian_example_package/tractian_example_package.dart';

// Use the TractianButton
TractianButton(
  onPressed: () {
    print('Button pressed!');
  },
  child: Text('Click me'),
  color: Colors.blue,
)

Contributing #

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request
0
likes
150
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

An example package for Tractian demonstrating automated versioning and changelog.

Homepage

Documentation

API reference

License

Apache-2.0, MIT (license)

Dependencies

flutter

More

Packages that depend on tractian_example_package