Skip to content

Commit de695ca

Browse files
author
Volodymyr Oliinyk
committed
update pubspec and changelog
1 parent 42f7cf7 commit de695ca

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"android":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","dependencies":[]}]},"dependencyGraph":[{"name":"sensors_plus","dependencies":[]}],"date_created":"2022-11-28 17:07:22.023896","version":"3.3.9"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"android":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[{"name":"sensors_plus","path":"/Users/volodymyroliinyk/.pub-cache/hosted/pub.dartlang.org/sensors_plus-2.0.1/","dependencies":[]}]},"dependencyGraph":[{"name":"sensors_plus","dependencies":[]}],"date_created":"2022-11-28 17:18:12.467346","version":"3.3.9"}

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## 0.7.1
2-
- Fixed error during build
3-
4-
## 0.7.0
1+
## 1.0.0
52
- First version
3+

lib/logger_flutter.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ library logger_flutter;
33

44
import 'dart:collection';
55
import 'dart:io';
6-
import 'dart:ui';
76

87
import 'package:flutter/cupertino.dart';
98
import 'package:flutter/material.dart';
10-
import 'package:flutter/widgets.dart';
119
import 'package:logger/logger.dart';
1210

1311
import 'src/ansi_parser.dart';
1412
import 'src/shake_detector.dart';
1513

16-
part 'src/log_console_on_shake.dart';
1714
part 'src/log_console.dart';
15+
part 'src/log_console_on_shake.dart';

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: logger_flutter
1+
name: logger_flutter_plus
22
description: Flutter extension for logger. Please go there for documentation.
3-
version: 0.7.1
4-
author: Simon Leier <simonleier@gmail.com>
5-
homepage: https://github.com/leisim/logger_flutter
3+
version: 1.0.0
4+
author: Oliinyk Volodymyr <olyinyk.volodymyr@gmail.com>
5+
homepage: https://github.com/Oliinyk-Volodymyr/logger_flutter
66

77
environment:
88
sdk: ">=2.18.5 <3.0.0"

0 commit comments

Comments
 (0)