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