Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Latest commit

 

History

History
81 lines (62 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

81 lines (62 loc) · 2.26 KB

[1.1.0] - [02.03.2022]

Features

  • [Added] bluetoothWidget and ethernetWidget to OnConnectivityWidget.
  • [Added] a DART ANALYZER to PULL_REQUEST and PUSH.
  • [Added] flutter_lints.

Fixes

  • [Fixed] FlutterError due old connectivity_plus version. - #01

Documentation

  • [Updated] README documentation.
  • [Created] DEPRECATED file/history.

Changes

  • [Updated] connectivity_plus and on_toast_widget versions.

⚠ Important Changes

  • Now the parameter position from OnConnectivityWidget recive SlidePositionType instead of PositionType.
  • [PositionType].

[1.0.2+1] - [01.28.2022]

Changes

  • [Updated] all Github links.

[1.0.2] - [04.10.2021]

Features

  • [Added] on_toast_widget dependency to show custom and animated messages.
  • [Added] [showNoneUntilOnline] and [messageDurationWhenOnline]

Documentation

  • [Updated] README documentation.

[1.0.0] - [04.05.2021]

Release

  • [on_connectivity_widget] release.

[0.1.0] - [04.04.2021]

Features

  • [Added] connectivity_plus dependency to listen network states.
  • [Added] [OnConnectivityWidget] to show message when state change. - [Added] [OnWifiWidget], [OnMobileWidget] and [OnNoneWidget] as default widgets. - [Added] [PositionType] to define message position.

Documentation

  • [Updated] README documentation.
  • [Updated] pubspec.yaml.
  • [Created] README translation section.
  • [Created] README translation for pt-BR [Portuguese].

[0.0.1] - [04.03.2021]

Features

  • [Created] the base for the plugin.