Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.29 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.29 KB

Drink App

Application developed in Flutter, using API cocktail.

Screenshots

ThaysPrado ThaysPrado ThaysPrado

Usage

Clone the repository:

git clone https://github.com/ThaysPrado/flutter-drink-app.git

or

git clone git@github.com:ThaysPrado/flutter-drink-app.git

And Run

flutter run

Dependencies

  • http - Requests Http
  • equatable - compare objects
  • cached_network_image - library to show images from the internet and keep them in the cache directory.
  • pull_to_refresh - a widget provided to the flutter scroll component drop-down refresh and pull up load.
  • page_transition

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.