flutter_env_native
A plugin/utility that provides compile-time variables for native platforms.
0.2.0
5.1K downloads/mo
#3817 most downloaded on pub.dev
Mastersam07/flutter_env_native
What this package is like to depend on
Last release 1 years ago
13 Jul 2025
Release timing varies
gaps range from 2 weeks to 12 months
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
3 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2024 to Jul 2025
2025
2026
Releases
latest 3-
0.2.013 Jul 2025Release notes
Open source →What's Changed
- Ignore flutter internal variables by @bw-flagship in #4
- docs: add note for iOS by @kmartins in #3
New Contributors
- @bw-flagship made their first contribution in #4
- @kmartins made their first contribution in #3
Full Changelog: https://github.com/Mastersam07/flutter_env_native/commits/v0.2.0
Release notes
Open source →- Fix: ignore flutter-internal variables when creating Environment.xcconfig
- Doc: update iOS setup note
-
0.1.025 Jul 2024Release notes
Open source →- Fix: handle spaces in project directory paths for iOS setup
- Updated setup_env.sh script to correctly handle spaces in directory paths by quoting all path references.
- Modified Podfile to use bash and properly escape paths when calling setup_env.sh.
- Ensured all paths are correctly quoted in both setup_env.sh and Podfile.
-
0.0.111 Jul 2024Release notes
Open source →- Initial release of flutter_env_native plugin.
- Support multiple Xcode schemes.
- Extract and inserts necessary identifiers from Xcode scheme files dynamically.
- Automatically ignore Environment.xcconfig file.
- Add example project.
- Add docs.