Skip to content

Commit

Permalink
Bump package_info_plus from 5.0.1 to 6.0.0 (#19)
Browse files Browse the repository at this point in the history
* Bump package_info_plus from 5.0.1 to 6.0.0

Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v6.0.0/packages/package_info_plus)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Setup fvm channel to stable

* Update tracking_manager.dart

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Molchanov <[email protected]>
  • Loading branch information
dependabot[bot] and meg4cyberc4t authored Mar 27, 2024
1 parent 8fc4175 commit 367bc1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/common/tracking_manager/tracking_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ final class DatabaseTrackingManager extends TrackingManager {
await _database.into(_database.logsTable).insert(
LogsTableCompanion.insert(
message: log.message,
time: Value.ofNullable(log.time),
time: Value.absentIfNull(log.time),
level: Value(log.logLevel),
stackTrace: Value(log.stackTrace),
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
logging: ^1.2.0
meta: ^1.10.0
octopus: ^0.0.8
package_info_plus: ^5.0.1
package_info_plus: ^6.0.0
path: ^1.8.3
path_provider: ^2.1.2
shared_preferences: ^2.2.2
Expand Down

0 comments on commit 367bc1e

Please sign in to comment.