Skip to content

Commit 6734453

Browse files
committed
🔖 Release v0.4.5
1 parent a251c87 commit 6734453

File tree

7 files changed

+41
-8
lines changed

7 files changed

+41
-8
lines changed

.run/Example.run.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-08-12
7+
8+
---
9+
10+
Packages with changes:
11+
12+
- [`flutter_box_transform` - `v0.4.5`](#flutter_box_transform---v045)
13+
14+
#### `flutter_box_transform` - `v0.4.5`
15+
16+
- Add parameters for supported devices. (PR #28 by @Gold872).
17+
- Upgrade dependencies.
18+
619
## 2024-06-17
720

821
---

packages/flutter_box_transform/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.5
2+
3+
- Add parameters for supported devices. (PR #28 by @Gold872).
4+
- Upgrade dependencies.
5+
16
## 0.4.4
27

38
- Update root pubspec.yaml name from box_transform to melos_box_transform.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
package io.flutter.plugins;
2+
3+
import androidx.annotation.Keep;
4+
import androidx.annotation.NonNull;
5+
import io.flutter.Log;
6+
7+
import io.flutter.embedding.engine.FlutterEngine;
8+
9+
/**
10+
* Generated file. Do not edit.
11+
* This file is generated by the Flutter tool based on the
12+
* plugins that support the Android platform.
13+
*/
14+
@Keep
15+
public final class GeneratedPluginRegistrant {
16+
private static final String TAG = "GeneratedPluginRegistrant";
17+
public static void registerWith(@NonNull FlutterEngine flutterEngine) {
18+
}
19+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sdk.dir=/Users/saadardati/Library/Android/sdk
2+
flutter.sdk=/Users/saadardati/fvm/versions/stable

packages/flutter_box_transform/playground/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
equatable: ^2.0.5
1818
dart_style: ^2.3.6
1919
vector_math: ^2.1.4
20-
file_picker: ^8.0.5
20+
file_picker: ^8.0.7
2121
flutter_box_transform:
2222
path: ../
2323

packages/flutter_box_transform/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_box_transform
22
description: A Flutter implementation of box_transform package that provides easy 2D box transform operations with advanced resizing of rect in UI.
33

4-
version: 0.4.4
4+
version: 0.4.5
55

66
repository: https://github.com/hyper-designed/box_transform/tree/main/packages/flutter_box_transform
77
homepage: https://github.com/hyper-designed/box_transform/tree/main/packages/flutter_box_transform

0 commit comments

Comments
 (0)