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.
- Flutter 3.27.1
- Tools • Dart 3.6.0 • DevTools 2.40.2
git clone https://github.com/fitri-hy/recipes-flutter.git
cd recipes-flutter
flutter pub get
flutter run
keytool -genkeypair -v -keystore resep-masakan-key.keystore -keyalg RSA -keysize 2048 -validity 10000 -storepass 220898 -keypass 220898 -alias resep-masakan
flutter pub global activate rename
flutter pub global run rename --bundleId com.example.newname
flutter build apk --release
flutter build appbundle
- [ADD] Splash Screen
- [ADD] Recipes Category
- [ADD] AdMob Banner & Interstitial
- AdMob AppID:
android/app/src/main/AndroidManifest.xml
:
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-xxxxxxxxxxxxxxxxxx" />
- AdMob bannerIdUnit:
lib/services/AdMobConfig.dart
class AdMobConfig {
static const String bannerAdUnitId = 'ca-app-pub-xxxxxxxxxxxxxxxxxx';
static const String initInterstitialAd = 'ca-app-pub-xxxxxxxxxxxxxxxxxx';
}
- Release