Skip to content

Commit 1a76227

Browse files
authored
Merge pull request #18 from jozzdart/dev
Dev
2 parents 9f5d46b + 76c06f5 commit 1a76227

File tree

7 files changed

+20
-15
lines changed

7 files changed

+20
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<h3 align="center"><i>Because every byte counts.</i></h3>
44
<p align="center">
5-
<img src="https://img.shields.io/codefactor/grade/github/jozztech/shrink/main?style=flat-square">
6-
<img src="https://img.shields.io/github/license/jozztech/shrink?style=flat-square">
5+
<img src="https://img.shields.io/codefactor/grade/github/jozzdart/shrink/main?style=flat-square">
6+
<img src="https://img.shields.io/github/license/jozzdart/shrink?style=flat-square">
77
<img src="https://img.shields.io/pub/points/shrink?style=flat-square">
88
<img src="https://img.shields.io/pub/v/shrink?style=flat-square">
99
</p>

shrink_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.12
2+
3+
- Updated README
4+
15
## 1.5.11
26

37
- Fixed pub.dev link issues

shrink_core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<h3 align="center"><i>Because every byte counts.</i></h3>
44
<p align="center">
5-
<img src="https://img.shields.io/codefactor/grade/github/jozztech/shrink/main?style=flat-square">
6-
<img src="https://img.shields.io/github/license/jozztech/shrink?style=flat-square">
5+
<img src="https://img.shields.io/codefactor/grade/github/jozzdart/shrink/main?style=flat-square">
6+
<img src="https://img.shields.io/github/license/jozzdart/shrink?style=flat-square">
77
<img src="https://img.shields.io/pub/points/shrink?style=flat-square">
88
<img src="https://img.shields.io/pub/v/shrink?style=flat-square">
99
</p>

shrink_core/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: shrink
22
description: "Effortless, one-line compression. Just call shrink and save 5x-40x in size. Optimized for Firebase, JSON, structured data, or anything you want to shrink!"
3-
version: 1.5.11
4-
homepage: https://github.com/jozztech/shrink/tree/main/shrink_core
5-
repository: https://github.com/jozztech/shrink/tree/main/shrink_core
6-
issue_tracker: https://github.com/jozztech/shrink/issues
3+
version: 1.5.12
4+
homepage: https://github.com/jozzdart/shrink/tree/main/shrink_core
5+
repository: https://github.com/jozzdart/shrink/tree/main/shrink_core
6+
issue_tracker: https://github.com/jozzdart/shrink/issues
77
topics:
88
- compress
99
- compression

shrink_flutter/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Changelog
1+
## 0.0.5
22

3-
All notable changes to the `shrink_flutter` package will be documented in this file.
3+
- Updated README.md
4+
- Moved internal files to `lib/src/` to improve encapsulation and API clarity
45

56
## 0.0.4
67

shrink_flutter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The following is adapted from the main [`shrink`](https://pub.dev/packages/shrin
1212

1313
<h3 align="center"><i>Because every byte counts.</i></h3>
1414
<p align="center">
15-
<img src="https://img.shields.io/codefactor/grade/github/jozztech/shrink/main?style=flat-square">
16-
<img src="https://img.shields.io/github/license/jozztech/shrink?style=flat-square">
15+
<img src="https://img.shields.io/codefactor/grade/github/jozzdart/shrink/main?style=flat-square">
16+
<img src="https://img.shields.io/github/license/jozzdart/shrink?style=flat-square">
1717
<img src="https://img.shields.io/pub/points/shrink?style=flat-square">
1818
<img src="https://img.shields.io/pub/v/shrink?style=flat-square">
1919
</p>

shrink_flutter/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shrink_flutter
22
description: Flutter utilities for the `shrink` package, including async compression and future Flutter-specific tools. For core features, use `shrink`.
3-
version: 0.0.4
3+
version: 0.0.5
44
homepage: https://github.com/jozztech/shrink
55
repository: https://github.com/jozztech/shrink/tree/main/shrink_flutter
66
issue_tracker: https://github.com/jozztech/shrink/issues
@@ -12,13 +12,13 @@ topics:
1212
- easy
1313

1414
environment:
15-
sdk: ^3.7.2
15+
sdk: ">=2.19.0 <4.0.0"
1616
flutter: ">=1.17.0"
1717

1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
shrink: ^1.5.9
21+
shrink: ^1.5.11
2222

2323
dev_dependencies:
2424
flutter_test:

0 commit comments

Comments
 (0)