Update dependency flutter_dotenv to v6 #13

Open
renovate wants to merge 1 commits from renovate/flutter_dotenv-6.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
flutter_dotenv dependencies major ^5.2.1 -> 6.0.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

java-james/flutter_dotenv (flutter_dotenv)

v6.0.0

  • [feat] Allow passing in override .env files on init
  • [feat] Load .env from a passed in string
Breaking changes
  • Renamed: testLoadloadFromString
    The method has been renamed to better reflect that it can be used outside of test environments.
    ⚠️ Update your code to call loadFromString() instead of testLoad().

  • Behavior change: Empty file handling with isOptional = true
    Previously, if the env file was empty and isOptional was true, the method would throw.
    Now, in this case, it no longer throws and simply returns an empty env.

  • Supported SDK range change: Dropped support for the pre release 2.12.0-0. Now supports 2.12.0 onwards.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flutter_dotenv](https://github.com/java-james/flutter_dotenv) | dependencies | major | `^5.2.1` -> `6.0.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>java-james/flutter_dotenv (flutter_dotenv)</summary> ### [`v6.0.0`](https://github.com/java-james/flutter_dotenv/blob/HEAD/CHANGELOG.md#600) - \[feat] Allow passing in override .env files on init - \[feat] Load .env from a passed in string ##### Breaking changes - **Renamed**: `testLoad` → `loadFromString`\ The method has been renamed to better reflect that it can be used outside of test environments.\ ⚠️ Update your code to call `loadFromString()` instead of `testLoad()`. - **Behavior change**: Empty file handling with `isOptional = true`\ Previously, if the env file was empty and `isOptional` was `true`, the method would throw.\ Now, in this case, it **no longer throws** and simply returns an empty env. - **Supported SDK range change**: Dropped support for the pre release `2.12.0-0`. Now supports `2.12.0` onwards. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3QiLCJ1cGdyYWRlIl19-->
renovate added 1 commit 2025-08-21 01:04:07 +00:00
Update dependency flutter_dotenv to v6
Some checks failed
renovate/artifacts Artifact file update failure
d3cb50a890
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade flutter_dotenv
/bin/sh: 1: flutter: not found

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: pubspec.lock ``` Command failed: flutter pub upgrade flutter_dotenv /bin/sh: 1: flutter: not found ```
renovate added 2 commits 2025-10-28 06:56:18 +00:00
Update dependency flutter_dotenv to v6
Some checks failed
renovate/artifacts Artifact file update failure
d3cb50a890
Update dependency flutter_dotenv to v6
Some checks failed
renovate/artifacts Artifact file update failure
ddccae0126
renovate added 2 commits 2025-10-28 07:28:16 +00:00
Update dependency flutter_dotenv to v6
Some checks failed
renovate/artifacts Artifact file update failure
ddccae0126
Update dependency flutter_dotenv to v6
Some checks failed
renovate/artifacts Artifact file update failure
8039facb94
renovate added 2 commits 2025-10-28 08:21:22 +00:00
Update dependency flutter_dotenv to v6
Some checks failed
renovate/artifacts Artifact file update failure
8039facb94
Update dependency flutter_dotenv to v6
Some checks failed
renovate/artifacts Artifact file update failure
39d71e0c68
renovate force-pushed renovate/flutter_dotenv-6.x from 39d71e0c68 to 69e647d33f 2025-11-18 11:35:13 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/flutter_dotenv-6.x:renovate/flutter_dotenv-6.x
git checkout renovate/flutter_dotenv-6.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: erichardson/wheres-my-sign#13