https://github.com/fitri-hy/recipes-flutter
Flutter application is designed to make it easier for users to find and try various cooking recipes from all over the world. With a user-friendly appearance and complete features, this application allows users to search for recipes based on the name of the dish they want.
https://github.com/fitri-hy/recipes-flutter
app cross-platform flutter flutter-app recipe-app recipes
Last synced: 3 months ago
JSON representation
Flutter application is designed to make it easier for users to find and try various cooking recipes from all over the world. With a user-friendly appearance and complete features, this application allows users to search for recipes based on the name of the dish they want.
- Host: GitHub
- URL: https://github.com/fitri-hy/recipes-flutter
- Owner: fitri-hy
- License: mit
- Created: 2024-12-06T08:58:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T10:20:06.000Z (10 months ago)
- Last Synced: 2025-03-24T01:35:22.704Z (7 months ago)
- Topics: app, cross-platform, flutter, flutter-app, recipe-app, recipes
- Language: Dart
- Homepage: https://play.google.com/store/apps/details?id=com.iasdev.resepmasakan
- Size: 11 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resep Masakan Flutter
Flutter application is designed to make it easier for users to find and try various cooking recipes from all over the world. With a user-friendly appearance and complete features, this application allows users to search for recipes based on the name of the dish they want. Each recipe comes with a list of ingredients and step-by-step instructions that are clear and easy to follow, so even beginners can try the recipe.
## Development Tools
- Flutter 3.27.1
- Tools • Dart 3.6.0 • DevTools 2.40.2
## Run Program
- `git clone https://github.com/fitri-hy/recipes-flutter.git`
- `cd recipes-flutter`
- `flutter pub get`
- `flutter run`
## Generates Keystore
```
keytool -genkeypair -v -keystore resep-masakan-key.keystore -keyalg RSA -keysize 2048 -validity 10000 -storepass 220898 -keypass 220898 -alias resep-masakan
```
## Changing Package Name
```
flutter pub global activate rename
flutter pub global run rename --bundleId com.example.newname
```
## Build & Release
```
flutter build apk --release
flutter build appbundle
```
## Changelog
> ### V1.0.0(4)
- [ADD] Splash Screen
> ### V1.0.0(3)
- [ADD] Recipes Category
> ### V1.0.0(2)
- [ADD] AdMob Banner & Interstitial
- AdMob AppID: `android/app/src/main/AndroidManifest.xml`:
```
```
- AdMob bannerIdUnit: `lib/services/AdMobConfig.dart`
```
class AdMobConfig {
static const String bannerAdUnitId = 'ca-app-pub-xxxxxxxxxxxxxxxxxx';
static const String initInterstitialAd = 'ca-app-pub-xxxxxxxxxxxxxxxxxx';
}
```
> ### V1.0.0(1)
- Release