Skip to content

PancakeApp is a flutter project made with clean architecture to show how great it is to build cross plateforme apps

Notifications You must be signed in to change notification settings

Grrravity/RecipeTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PancakeApp


PancakeApp

PancakeApp is a flutter project to show how great it is to build cross plateforme apps. You'll find releases here last release

This project use ResoCoder's Clean Architecture

Implementations status
iOS and Android support ✔️
Web support ✔️
Clean Architecture ✔️
Widget tests ✔️
Bloc tests 🕜

Android Installation (require at least Flutter SDK)

  • Ensure your Android device has developer mode and usb debugging enabled

  • Ensure your device is connected to your computer with usb

  1. Open in a terminal the targeted folder you wish to clone the project to
git clone https://github.com/Grrravity/RecipeTest.git
  1. Get into the folder then install the apk on your phone
cd PancakeTest
Flutter build apk --release
Flutter install

iOS Installation (require at least Flutter SDK and XCode)

  • Ensure your iOS is connected and has given authorization to Xcode
  1. Open in a terminal the targeted folder you wish to clone the project to in a terminal
git clone https://github.com/Grrravity/RecipeTest.git
  1. Get into the folder then build the iOS app
cd PancakeTest
Flutter build ios --release
  1. Now in Xcode, open Runner.xcworkspace in your RecipeTest app's ios folder

  2. Select your device in the list next to the runner and press Run icon

Web Installation (require at least Flutter SDK and Chrome)

  1. Open in a terminal the targeted folder you wish to clone the project to in a terminal
git clone https://github.com/Grrravity/RecipeTest.git
  1. Get into the folder then build the web app
cd PancakeTest
Flutter run -d chrome

This will open a localhost of this app in your chrome browser.

APK Installation

  • Check that your phone accept unknown source apk
  1. Download the apk from here

  2. Paste the apk in your Android's storage

  3. Then open the apk from your Android file explorer, install it and launch it.

About

PancakeApp is a flutter project made with clean architecture to show how great it is to build cross plateforme apps

Topics

Resources

Stars

Watchers

Forks

Languages