Skip to content

Commit 72bc05b

Browse files
authored
v2.1.0 #50
2 parents ee1b81c + 9178ef8 commit 72bc05b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.1.0]
2+
3+
- Migrate dependencies to plus packages. `package:connectivity_plus` and `package:network_info_plus`
4+
15
## [2.0.0]
26

37
- Migrate to null-safety

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ✈️ Flutter Offline
22

3-
[![Build Status - Travis](https://travis-ci.org/jogboms/flutter_offline.svg?branch=master)](https://travis-ci.org/jogboms/flutter_offline) [![codecov](https://codecov.io/gh/jogboms/flutter_offline/branch/master/graph/badge.svg)](https://codecov.io/gh/jogboms/flutter_offline) [![pub package](https://img.shields.io/pub/v/flutter_offline.svg)](https://pub.dartlang.org/packages/flutter_offline)
3+
[![Format, Analyze and Test](https://github.com/jogboms/flutter_offline/actions/workflows/main.yml/badge.svg)](https://github.com/jogboms/flutter_offline/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/jogboms/flutter_offline/branch/master/graph/badge.svg)](https://codecov.io/gh/jogboms/flutter_offline) [![pub package](https://img.shields.io/pub/v/flutter_offline.svg)](https://pub.dartlang.org/packages/flutter_offline)
44

55
A tidy utility to handle offline/online connectivity like a Boss. It provides support for both iOS and Android platforms (offcourse).
66

77
## 🎖 Installing
88

99
```yaml
1010
dependencies:
11-
flutter_offline: "^2.0.0"
11+
flutter_offline: "^2.1.0"
1212
```
1313
1414
### ⚡️ Import

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ packages:
131131
path: ".."
132132
relative: true
133133
source: path
134-
version: "2.0.0"
134+
version: "2.1.0"
135135
flutter_test:
136136
dependency: "direct dev"
137137
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_offline
22
description: A tidy utility to handle offline/online connectivity like a Boss.
3-
version: 2.0.0
3+
version: 2.1.0
44
homepage: https://github.com/jogboms/flutter_offline
55

66
environment:

0 commit comments

Comments
 (0)