We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da109d commit 68dad7bCopy full SHA for 68dad7b
packages/mixin_logger/CHANGELOG.md
@@ -1,10 +1,6 @@
1
-## 0.2.0
2
-
3
-* refactor implementation to c++, works on Windows/Linux/macOS/iOS.
4
5
## 0.1.0
6
7
-* refactor implementation to go. (macOS only)
+* refactor implementation to c++, works on Windows/Linux/macOS/iOS.
8
9
## 0.0.6
10
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:
11
flutter:
0 commit comments