Skip to content

Commit

Permalink
added fastlane metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Apr 22, 2024
1 parent 664371c commit c445b89
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
8 changes: 5 additions & 3 deletions fastlane/metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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! 🍽️
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fastlane/metadata/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Simple but Powerful Recipe Management App
Your Ultimate Kitchen Companion !
1 change: 1 addition & 0 deletions fastlane/metadata/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reciper
11 changes: 3 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit c445b89

Please sign in to comment.