Skip to content

Commit

Permalink
feat: updated project structure, general refactor (jhomlala#272)
Browse files Browse the repository at this point in the history
* feat: updated project structure, general refactor

* refactor: general refactor

* refactor: general refactor
  • Loading branch information
jhomlala authored Jun 8, 2024
1 parent 7aaebbc commit a9835d1
Show file tree
Hide file tree
Showing 157 changed files with 3,388 additions and 1,387 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0-dev1
* [BREAKING_CHANGE] Changed format of Catcher from plugin to package.
* [BREAKING_CHANGE] Updated Dart SDK min version to 3.0.0 and Flutter version to 3.3.0.
* Regenerated example project.
* Updated dependencies.

## 0.8.0
* [BREAKING_CHANGE] Updated min android version to 22 and target/compile version to 34.
* Updated dependencies version.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Catcher supports Android, iOS, Web, Linux, Windows and MacOS platforms.
Add this line to your **pubspec.yaml**:
```yaml
dependencies:
catcher: ^0.8.0
catcher: ^1.0.0-dev1
```
Then run this command:
Expand Down
8 changes: 0 additions & 8 deletions android/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions android/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions android/gradle.properties

This file was deleted.

Binary file removed android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

240 changes: 0 additions & 240 deletions android/gradlew

This file was deleted.

Loading

0 comments on commit a9835d1

Please sign in to comment.