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