Thanks for your interest in contributing!
- Open an issue on GitHub Issues
- Include steps to reproduce, expected vs actual behavior
- Mention your Flutter version and platform (Android/iOS)
- Open an issue with the "feature request" label
- Describe the use case and proposed solution
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Make your changes
- Run tests (
flutter test) - Commit with clear messages
- Push and open a Pull Request
# Clone the repo
git clone https://github.com/UttamPanchasara/flutter-native-bridge.git
cd flutter-native-bridge
# Get dependencies
flutter pub get
# Run tests
flutter test
# Test code generator
cd example
dart run flutter_native_bridge:generate- Follow Dart style guide
- Run
flutter analyzebefore submitting
Open an issue or reach out via GitHub.