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
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request