From cb05ff2e9ed6f273ea57f5c419f5d46aff5d59bc Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 1 Jan 2025 19:38:57 +0800 Subject: [PATCH] :rocket: Launch 2.2.1+44 --- lib/providers/sticker.dart | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 lib/providers/sticker.dart diff --git a/lib/providers/sticker.dart b/lib/providers/sticker.dart new file mode 100644 index 0000000..aa80d0b --- /dev/null +++ b/lib/providers/sticker.dart @@ -0,0 +1,3 @@ +class StickerProvider { + +} \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3de8384..093616c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.2.1+43 +version: 2.2.1+44 environment: sdk: ^3.5.4