-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
87 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ ignore: | |
command: | ||
bootstrap: | ||
environment: | ||
sdk: '>=3.3.3 <4.0.0' | ||
sdk: '>=3.5.1 <4.0.0' | ||
|
||
scripts: | ||
test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
### 0.0.4 | ||
### 0.0.5 | ||
- initial releases | ||
- update packages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: adaptive_style | ||
description: a Flutter package for a scalable, adaptive and responsive UI | ||
version: 0.0.4 | ||
version: 0.0.5 | ||
homepage: https://github.com/yakforward-ou/yak_packages | ||
|
||
environment: | ||
sdk: '>=3.3.3 <4.0.0' | ||
sdk: '>=3.5.1 <4.0.0' | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
yak_flutter: ^3.0.2 | ||
meta: ^1.11.0 | ||
meta: ^1.15.0 | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
flutter_lints: ^3.0.2 | ||
flutter_lints: ^4.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
### 2.1.1 | ||
### 2.1.2 | ||
- update dependency | ||
- remove delegates to avoid implicit_call_tearoffs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
name: byte_token | ||
description: A protobuf based, performant and lightweight token authentication package. | ||
version: 2.1.1 | ||
version: 2.1.2 | ||
homepage: https://github.com/yakforward-ou/yak_packages | ||
|
||
environment: | ||
sdk: '>=3.3.3 <4.0.0' | ||
sdk: '>=3.5.1 <4.0.0' | ||
|
||
dependencies: | ||
crypto: ^3.0.3 | ||
crypto: ^3.0.5 | ||
fixnum: ^1.1.0 | ||
protobuf: ^3.1.0 | ||
yak_utils: ^2.1.1 | ||
yak_utils: ^2.1.2 | ||
|
||
|
||
dev_dependencies: | ||
lints: ^3.0.0 | ||
test: ^1.24.9 | ||
lints: ^4.0.0 | ||
test: ^1.25.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
### 2.1.1 | ||
### 2.1.2 | ||
- update dependency | ||
- remove delegates to avoid implicit_call_tearoffs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
name: stub | ||
description: a pure `dart` lightweight package to help you stub methods for your tests | ||
version: 2.1.1 | ||
version: 2.1.2 | ||
homepage: https://github.com/yakforward-ou/yak_packages | ||
|
||
environment: | ||
sdk: '>=3.3.3 <4.0.0' | ||
sdk: '>=3.5.1 <4.0.0' | ||
|
||
dependencies: | ||
meta: ^1.11.0 | ||
yak_utils: ^2.1.1 | ||
meta: ^1.15.0 | ||
yak_utils: ^2.1.2 | ||
|
||
|
||
dev_dependencies: | ||
lints: ^3.0.0 | ||
test: ^1.24.9 | ||
lints: ^4.0.0 | ||
test: ^1.25.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
name: yak_flutter | ||
description: A collection of tools, widgets and extensions for Flutter framework. | ||
version: 3.0.4 | ||
version: 3.0.5 | ||
homepage: https://github.com/yakforward-ou/yak_packages | ||
|
||
environment: | ||
sdk: '>=3.3.3 <4.0.0' | ||
sdk: '>=3.5.1 <4.0.0' | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
yak_tween: ^2.0.3 | ||
yak_runner: ^3.0.2 | ||
yak_utils: ^2.1.1 | ||
yak_tween: ^2.0.4 | ||
yak_runner: ^3.0.3 | ||
yak_utils: ^2.1.2 | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
flutter_lints: ^3.0.2 | ||
stub: ^2.1.1 | ||
flutter_lints: ^4.0.0 | ||
stub: ^2.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
### 3.0.0 | ||
### 3.0.1 | ||
- update dependencies | ||
- rework using "extension type" | ||
- BREAKING CHANGES | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name: yak_result | ||
description: a lightweight dart micro-package to help you handle functions results | ||
version: 3.0.0 | ||
version: 3.0.1 | ||
homepage: https://github.com/yakforward-ou/yak_packages | ||
|
||
environment: | ||
sdk: '>=3.3.3 <4.0.0' | ||
sdk: '>=3.5.1 <4.0.0' | ||
|
||
dependencies: | ||
meta: ^1.11.0 | ||
yak_utils: ^2.1.1 | ||
meta: ^1.15.0 | ||
yak_utils: ^2.1.2 | ||
|
||
dev_dependencies: | ||
lints: ^3.0.0 | ||
stub: ^2.1.1 | ||
test: ^1.24.9 | ||
lints: ^4.0.0 | ||
stub: ^2.1.2 | ||
test: ^1.25.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
### 3.0.2 | ||
### 3.0.3 | ||
- update dependencies | ||
- rework due to yak_result v3 | ||
- add "run bypass" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
name: yak_runner | ||
description: A Dart package that makes running functions safer and easier to test | ||
version: 3.0.2 | ||
version: 3.0.3 | ||
homepage: https://github.com/yakforward-ou/yak_packages | ||
|
||
environment: | ||
sdk: '>=3.3.3 <4.0.0' | ||
sdk: '>=3.5.1 <4.0.0' | ||
|
||
dependencies: | ||
meta: ^1.11.0 | ||
yak_result: ^3.0.0 | ||
yak_utils: ^2.1.1 | ||
meta: ^1.15.0 | ||
yak_result: ^3.0.1 | ||
yak_utils: ^2.1.2 | ||
|
||
dev_dependencies: | ||
lints: ^3.0.0 | ||
stub: ^2.1.1 | ||
test: ^1.24.9 | ||
lints: ^4.0.0 | ||
stub: ^2.1.2 | ||
test: ^1.25.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
### 2.0.3 | ||
### 2.0.4 | ||
- example link and readme update | ||
- update dependency | ||
- update to dart 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
name: yak_tween | ||
description: A replica of flutter Tween that allows `const` constructor and accepts/returns only NN. | ||
version: 2.0.3 | ||
version: 2.0.4 | ||
homepage: https://github.com/iapicca/yak_packages | ||
|
||
environment: | ||
sdk: '>=3.3.3 <4.0.0' | ||
sdk: '>=3.5.1 <4.0.0' | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
vector_math: ^2.1.4 | ||
yak_utils: ^2.1.1 | ||
yak_utils: ^2.1.2 | ||
|
||
|
||
dev_dependencies: | ||
test: ^1.24.9 | ||
flutter_lints: ^3.0.2 | ||
test: ^1.25.8 | ||
flutter_lints: ^4.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
### 2.1.1 | ||
### 2.1.2 | ||
- update dependency | ||
- remove delegates to avoid implicit_call_tearoffs | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
name: yak_utils | ||
description: a collection of useful functions and extensions` for your projects | ||
version: 2.1.1 | ||
version: 2.1.2 | ||
homepage: https://github.com/yakforward-ou/yak_packages | ||
|
||
environment: | ||
sdk: '>=3.3.3 <4.0.0' | ||
sdk: '>=3.5.1 <4.0.0' | ||
|
||
dependencies: | ||
meta: ^1.11.0 | ||
meta: ^1.15.0 | ||
|
||
dev_dependencies: | ||
mocktail: ^1.0.3 | ||
lints: ^3.0.0 | ||
test: ^1.24.9 | ||
stub: ^2.1.1 | ||
yak_test: ^2.0.1 | ||
lints: ^4.0.0 | ||
test: ^1.25.8 | ||
stub: ^2.1.2 | ||
yak_test: ^3.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters