Thanks for your interest in contributing to event_log.
- Clone the repository:
git clone https://github.com/AppSolves/flutter_event_log.git
cd flutter_event_log- Install dependencies:
flutter pub get
cd example
flutter pub get- Run the main checks before opening a pull request:
flutter analyze
flutter test
cd example
flutter analyze
flutter build windows
flutter test integration_test -d windowsFormat the repository with:
pwsh -File scripts/format_all.ps1Install the pre-commit hook with:
pwsh -File scripts/install-git-hooks.ps1- Keep pull requests focused and easy to review
- Add or update tests when behavior changes
- Avoid unrelated refactors in the same pull request
- Update documentation when user-facing behavior changes
This package targets the Windows Event Log APIs. Changes to the native plugin should be validated against the Windows example app and integration tests.
When filing a bug, please include:
- The package version
- Your Windows version
- Clear reproduction steps
- Expected behavior
- Actual behavior
- Relevant logs or screenshots when helpful
If you discover a security issue, please follow the guidance in SECURITY.md.