File tree Expand file tree Collapse file tree 7 files changed +41
-8
lines changed
packages/flutter_box_transform
app/src/main/java/io/flutter/plugins Expand file tree Collapse file tree 7 files changed +41
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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---
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ sdk.dir =/Users/saadardati/Library/Android/sdk
2+ flutter.sdk =/Users/saadardati/fvm/versions/stable
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : flutter_box_transform
22description : 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
66repository : https://github.com/hyper-designed/box_transform/tree/main/packages/flutter_box_transform
77homepage : https://github.com/hyper-designed/box_transform/tree/main/packages/flutter_box_transform
You can’t perform that action at this time.
0 commit comments