tractian_example_package 1.4.0
tractian_example_package: ^1.4.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 #
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request