DesKramer / the_basic_concept_app

A personal project where I develop an app for a pet shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Basic Concept App

My custom app design for the online pet-centric store, The Basic Concept.

Disclaimer: This was done as a personal project and is no way affiliated with the original brand!! If you woud like to get some cool stuff for your pet you can find their website at thebasicconcept.com


App Preview


How this app was made

This app was built using the flutter framework and some additional external libraries from pub.dev. These include:

Name Usage
flutter_bloc State Management
http Making HTTP requests
shared_preferences Save data in device local storage
equatable An equality comparison tool to use for testing my blocs
carousel_slider A carousel slider widget
bloc_test For testing my cubits

The backend consists of a JSON API created with json-server and hosted on Heroku, a great platform for quickly deploying servers and much more. The code for the backend is also on my github, check it out!

About

A personal project where I develop an app for a pet shop


Languages

Language:Dart 92.2%Language:HTML 5.1%Language:Ruby 1.9%Language:Swift 0.6%Language:Kotlin 0.2%Language:Objective-C 0.1%