0xV4L3NT1N3 / iwc2021-minimal-quotes

Into the World of Code - IWC2021 Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IWC 2021 Minimal Quotes

⚠️ This sample application was built with Flutter 2, breaking changes were introduced with Flutter 3.


A minimal, fully functional quote library built with Flutter. Powered with ❤️ by the Quotable APIs.

Preview

Cloning this project

  1. Switch to a specific branch depending on the version you need. We used the blank-template-with-api branch for the workshop.
Branch Contents
main The finished, fully functional app
blank-template A blank white page, which you can get started by adding your own widgets
blank-template-with-api A blank white page, but with pre-configured API connections

  1. Download the project source code's zip file


  1. Extract the file onto your computer. Open the project using Android Studio.

If the downloaded code is underlined with red lines ( indicating an error ), you may need to run "pub get" in the pubspec.yaml file to download the required dependencies.

About

Into the World of Code - IWC2021 Workshop


Languages

Language:Dart 87.3%Language:Swift 9.0%Language:Kotlin 2.9%Language:Objective-C 0.8%