From 79a390251b5f7e9d389e3948da158cab07983bc6 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sat, 17 Feb 2024 16:11:31 +0100 Subject: [PATCH] Undo version upgrade and fix a few more things --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c72730..4b16632 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ [![awesome flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true&style=flat-square)](https://github.com/Solido/awesome-flutter) -Catcher 2 is Flutter plugin which automatically catches errors/exceptions and handle them. Catcher 2 offers multiple ways to handle errors. -Catcher 2 is heavily inspired from ACRA: https://github.com/ACRA/acra. -Catcher 2 supports Android, iOS, Web, Linux, Windows and MacOS platforms. +Catcher 2 is a Flutter plugin which automatically catches errors/exceptions and offers multiple ways to handle them.
+It is heavily inspired from ACRA: https://github.com/ACRA/acra.
+It supports Android, iOS, Web, Linux, Windows and MacOS platforms. ## Install @@ -23,7 +23,7 @@ Catcher 2 supports Android, iOS, Web, Linux, Windows and MacOS platforms. Add this line to your **pubspec.yaml**: ```yaml dependencies: - catcher_2: ^1.2.1 + catcher_2: ^1.0.0 ``` Then run this command: