Skip to content

Commit

Permalink
Undo version upgrade and fix a few more things
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Feb 17, 2024
1 parent 4d059d5 commit 79a3902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
[![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.<br/>
It is heavily inspired from ACRA: https://github.com/ACRA/acra.<br/>
It supports Android, iOS, Web, Linux, Windows and MacOS platforms.


## Install

Add this line to your **pubspec.yaml**:
```yaml
dependencies:
catcher_2: ^1.2.1
catcher_2: ^1.0.0
```
Then run this command:
Expand Down

0 comments on commit 79a3902

Please sign in to comment.