A nice clean recipe app UI using flutter.

Overview

Recipe App - Flutter UI

Watch it on YouTube

Also work on both landscape and portrait mood

Packages we are using:

Try to create a Recepie App, Which includes almost all impotant pages like Home page, recipe bundel page then list of recipes also profile page and many more.

Furniture App Final UI

Preview

Part 1

App UI

You might also like...

Calculate your pizza recipe in a few seconds! 🍕

Calculate your pizza recipe in a few seconds! 🍕

Calcolapizza Calcolapizza lets you calculate the exact recipe for your pizza doughs in a few seconds. Set how many dough balls you want to make, their

Dec 26, 2022

Recipe-flavored markdown: make recipes easy to create and maintain

Recipe-Flavored Markdown Have you ever wanted a simpler approach to writing and

Dec 8, 2022

Pokedex app built with Flutter (with lots of animations) using Clean Architecture

Pokedex app built with Flutter (with lots of animations) using Clean Architecture

Flutter Pokedex Pokedex app built with Flutter App preview Video demo Installation Add Flutter to your machine Open this project folder with Terminal/

Jan 8, 2023

a sample flutter app using Injection, routing and simple authentication follows clean code and best practices

a sample flutter app using Injection, routing and simple authentication follows clean code and best practices

Flutter Clean Project A sample flutter app using Injection, routing and simple authentication follows clean code and best practices Features Cleaned f

Jan 2, 2023

Flutter App to save notes secure, using cryptography, clean architecture and some design patterns.

notes A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Mar 28, 2022

Pokedex app built with Flutter (with lots of animations) using Clean Architecture

Pokedex app built with Flutter (with lots of animations) using Clean Architecture

Flutter Pokedex Pokedex app built with Flutter App preview Video demo Installation Add Flutter to your machine Open this project folder with Terminal/

Dec 28, 2022

Flutter ToDo application using Clean Code architecture

Flutter ToDo application using Clean Code architecture

DoneIt 📝 DoneIt is a sample note app 📝 Flutter application 📱 built to demonstrate use of Clean Architecture tools. Dedicated to all Flutter Develop

Dec 27, 2022

Number trivia Android and ios application using flutter clean architecture

demo_project A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if

Jun 9, 2022

Example repository of handling permissions in Flutter using BLoC and Clean Architecture.

flutter_permission_handling A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get

Dec 28, 2021
Comments
  • Support for Null-safety!

    Support for Null-safety!

    Some of the code doesn't work when we use Null-Safety.

    For example (size_config.dart):

    import 'package:flutter/widgets.dart';
    
    class SizeConfig {
      static MediaQueryData _mediaQueryData;
      static double screenWidth;
      static double screenHeight;
      static double defaultSize;
      static Orientation orientation;
    
      void init(BuildContext context) {
        _mediaQueryData = MediaQuery.of(context);
        screenWidth = _mediaQueryData.size.width;
        screenHeight = _mediaQueryData.size.height;
        orientation = _mediaQueryData.orientation;
        // On iPhone 11 the defaultSize = 10 almost
        // So if the screen size increase or decrease then our defaultSize also vary
        defaultSize = orientation == Orientation.landscape
            ? screenHeight * 0.024
            : screenWidth * 0.024;
      }
    }
    

    ss

    The non-nullable variable '_mediaQueryData' must be initialized. Try adding an initializer expression.

    opened by xscotophilic 3
Owner
Abu Anwar
Google Developer Expert - Flutter & Dart | Founder of The Flutter Way
Abu Anwar
Recipe bank - Recipe Bank - Flutter frontend web app to store recipes

recipe_bank A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Khalid Ali 0 Jan 2, 2022
A Recipe App UI Created Using MIX

Recipe App ?? Design system created using MIX ?? A recipe app user interface created using Flutter by implementing MIX to build the design system. Pro

Souvik Biswas 15 Dec 7, 2022
A package that lets you include a cool, nice looking and validated Password TextFormField in your app to enhance user experience. The package is fully & easily modifiable.

A package that lets you include a cool, nice looking and validated Password TextFormField in your app to enhance user experience. The package is fully

Muhammad Hamza 21 Jan 1, 2023
🛍 A full E-commerce app with nice UI consists of on-boarding, login, sign-up, home, product details, cart and user profile.

About (Download) ?? A full E-commerce app with nice UI consists of on-boarding, login, sign-up, home, product details, cart and user profile. ?? Scree

null 56 Nov 27, 2022
A sample for creating a nice movie details page UI in Flutter.

What is it? Sample project for creating a beautiful movie details UI in Flutter. Read the blogpost here. All the related source code is located in the

Iiro Krankka 399 Dec 19, 2022
Recipe App made with Flutter

Recipe App made with Flutter

Germán Fajardo Sanchez 86 Oct 12, 2022
Flutter App: Recipe Calculator

recipes A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Nguyễn Trường Thịnh 2 Sep 6, 2022
TopRecipes - A Simple Recipe App UI For Flutter

TopRecipes is a Simple Recipe App UI

Bavly Mourad 2 Jun 11, 2022
A Recipe app with spoonacular API.

Flutter-Bloc-Recipe-app App Features. App includes 5,0000+ recipes. cost breakdown per servings. related Recipes. Auto Complete search Feature. Save r

Ansh rathod 19 Jan 3, 2023
A Recipe app with spoonacular API.

Flutter-Bloc-Recipe-app App Features. App includes 5,0000+ recipes. cost breakdown per servings. related Recipes. Auto Complete search Feature. Save r

Ansh rathod 18 Sep 27, 2022