diff --git a/fastlane/metadata/en-US/full_description.txt b/fastlane/metadata/en-US/full_description.txt index abe9546..9c14dbd 100644 --- a/fastlane/metadata/en-US/full_description.txt +++ b/fastlane/metadata/en-US/full_description.txt @@ -2,9 +2,11 @@ Manage your recipes with ease using Reciper: -- 📝 Organize and store all your favorite recipes in one convenient place. -- 🌐 Easily import recipes from any website and customize them to your liking. -- 🆓 Reciper is open source, ad-free, and completely free for a seamless culinary experience. +- 📝 Organize and store all your favorite recipes in one convenient place. +- 🌐 Easily import recipes from any website and customize them to your liking. +- 📤 Export your recipes for easy sharing or backup. +- 🎨 Enjoy a beautiful and stylish design. +- 🆓 Reciper is open source, ad-free, and completely free for a seamless culinary experience. - 📲 Download Reciper today and simplify the management of your recipes! Transform your cooking experience with Reciper! 🍽️ \ No newline at end of file diff --git a/fastlane/metadata/en-US/images/phoneScreenshots/1.jpg b/fastlane/metadata/en-US/images/phoneScreenshots/1.jpg new file mode 100644 index 0000000..99eb02c Binary files /dev/null and b/fastlane/metadata/en-US/images/phoneScreenshots/1.jpg differ diff --git a/fastlane/metadata/en-US/images/phoneScreenshots/2.jpg b/fastlane/metadata/en-US/images/phoneScreenshots/2.jpg new file mode 100644 index 0000000..fe8f5b1 Binary files /dev/null and b/fastlane/metadata/en-US/images/phoneScreenshots/2.jpg differ diff --git a/fastlane/metadata/en-US/images/phoneScreenshots/3.jpg b/fastlane/metadata/en-US/images/phoneScreenshots/3.jpg new file mode 100644 index 0000000..9f17e3a Binary files /dev/null and b/fastlane/metadata/en-US/images/phoneScreenshots/3.jpg differ diff --git a/fastlane/metadata/en-US/images/phoneScreenshots/4.jpg b/fastlane/metadata/en-US/images/phoneScreenshots/4.jpg new file mode 100644 index 0000000..88e1dd9 Binary files /dev/null and b/fastlane/metadata/en-US/images/phoneScreenshots/4.jpg differ diff --git a/fastlane/metadata/en-US/short_description.txt b/fastlane/metadata/en-US/short_description.txt index 3a4c1bf..f83a5bf 100644 --- a/fastlane/metadata/en-US/short_description.txt +++ b/fastlane/metadata/en-US/short_description.txt @@ -1 +1 @@ -Simple but Powerful Recipe Management App \ No newline at end of file +Your Ultimate Kitchen Companion ! \ No newline at end of file diff --git a/fastlane/metadata/en-US/title.txt b/fastlane/metadata/en-US/title.txt new file mode 100644 index 0000000..7d6753f --- /dev/null +++ b/fastlane/metadata/en-US/title.txt @@ -0,0 +1 @@ +Reciper \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 1ca9275..4766f0f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: reciper description: "A new Flutter project." # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. -publish_to: 'none' # Remove this line if you wish to publish to pub.dev +publish_to: "none" # Remove this line if you wish to publish to pub.dev # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 @@ -16,10 +16,10 @@ 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: 1.3.2+132 +version: 1.4.0+140 environment: - sdk: '>=3.3.1 <4.0.0' + sdk: ">=3.3.1 <4.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions @@ -43,18 +43,14 @@ dependencies: test: ^1.24.9 url_launcher: ^6.2.5 - # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - - flutter_icons: android: "launcher_icon" ios: true image_path: "assets/icon.png" - dev_dependencies: flutter_test: sdk: flutter @@ -71,7 +67,6 @@ dev_dependencies: # The following section is specific to Flutter packages. flutter: - # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class.