Skip to content

Commit

Permalink
[mixin_logger] fix public warning
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan01 committed Oct 20, 2023
1 parent 4da109d commit 68dad7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions packages/mixin_logger/CHANGELOG.md
@@ -1,10 +1,6 @@
## 0.2.0

* refactor implementation to c++, works on Windows/Linux/macOS/iOS.

## 0.1.0

* refactor implementation to go. (macOS only)
* refactor implementation to c++, works on Windows/Linux/macOS/iOS.

## 0.0.6

Expand Down
3 changes: 2 additions & 1 deletion packages/mixin_logger/pubspec.yaml
@@ -1,10 +1,11 @@
name: mixin_logger
description: Simple logger tool for flutter, make it easy to save your app log to file.
version: 0.2.0
version: 0.1.0
homepage: https://github.com/MixinNetwork/flutter-plugins

environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=2.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 68dad7b

Please sign in to comment.