An open API service indexing awesome lists of open source software.

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.

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
```


ss1
ss2
ss3
ss4

## 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