native_android_navigation_checker 0.0.3
native_android_navigation_checker: ^0.0.3 copied to clipboard
A plugin to detect if 3-button navigation is enabled on Android devices.
License
---
### Step 4: Add a LICENSE File
Include an appropriate open-source license file (e.g., MIT, Apache 2.0) in your plugin folder. Here's an example `LICENSE` file for the MIT license:
```text
MIT License
Copyright (c) 2025 <Your Name>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
...