All Projects → klisiewicz → crypto-currency

klisiewicz / crypto-currency

Licence: other
A Flutter application showing crypto currency rates.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to crypto-currency

Flutter-Custom-Carousel
Flutter Custom Carousel Application Design and Animation - day 18
Stars: ✭ 44 (+175%)
Mutual labels:  flutter-example, flutter-app
Flutter-GridView-Example-UI
Flutter GridView Example in a Shopping List Design - day 10
Stars: ✭ 188 (+1075%)
Mutual labels:  flutter-example, flutter-app
Flutter-App-Intro-With-Indicator
Flutter App Intro Application Design and Animation - day 21
Stars: ✭ 54 (+237.5%)
Mutual labels:  flutter-example, flutter-app
Flogs
An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
Stars: ✭ 158 (+887.5%)
Mutual labels:  flutter-example, flutter-app
Flutter-Socks-Shop
Flutter Socks Shop Application Design and Animation - day 20
Stars: ✭ 37 (+131.25%)
Mutual labels:  flutter-example, flutter-app
Flutter-Photography-Application
Flutter Photography Application Design and Animation - day 22
Stars: ✭ 73 (+356.25%)
Mutual labels:  flutter-example, flutter-app
Flutter-actors-profile-app-ui
Flutter Actors Profile Application UI/UX Design - Day 4
Stars: ✭ 56 (+250%)
Mutual labels:  flutter-example, flutter-app
flutter-bloc-patterns
A set of most common BLoC use cases built on top of flutter_bloc library
Stars: ✭ 58 (+262.5%)
Mutual labels:  state-management, flutter-bloc-pattern
flutter getx the moviedb
The Movie DB App with Flutter GetX State Management
Stars: ✭ 79 (+393.75%)
Mutual labels:  flutter-example, flutter-app
flutter-inspiration-app-ui
Flutter Inspiration Application Design - day 1
Stars: ✭ 164 (+925%)
Mutual labels:  flutter-app
screenmanager
Stackable Screen/State Management for the LÖVE framework.
Stars: ✭ 29 (+81.25%)
Mutual labels:  state-management
magnetar
A framework-agnostic syncing solution that auto-connects any DB/API with your local data store and has optimistic-UI built in 🌟
Stars: ✭ 36 (+125%)
Mutual labels:  state-management
onli-reducer
⚛️ One line reducer. State management without boilerplate.
Stars: ✭ 31 (+93.75%)
Mutual labels:  state-management
tuxi
✨ White glove service for your async needs
Stars: ✭ 14 (-12.5%)
Mutual labels:  state-management
MathTraining
A mobile application for training mental math skills.
Stars: ✭ 34 (+112.5%)
Mutual labels:  flutter-app
bloc
A predictable state management library that helps implement the BLoC design pattern
Stars: ✭ 12 (-25%)
Mutual labels:  state-management
rematch
The Redux Framework
Stars: ✭ 8,340 (+52025%)
Mutual labels:  state-management
mobius.kt
Kotlin Multiplatform framework for managing state evolution and side-effects
Stars: ✭ 39 (+143.75%)
Mutual labels:  state-management
shop manager flutter
A small app to manager simple transactions made in a shop (selling, buying, register handling..etc).
Stars: ✭ 46 (+187.5%)
Mutual labels:  flutter-app
car rental lite
A platform for car sharing where users can book any car that suits their needs and wants for their intended journey, from the closest hosts in the community.
Stars: ✭ 28 (+75%)
Mutual labels:  flutter-app

Features

Crypto Currency rates

This application allows to view crypto currency rates from Coin Market Cap.

Getting started

  1. Get an API key at Coin Market Cap.

  2. At the top-level directory of the project create a .env file with the following content:

api_key=Your API key
  1. Install packages by running:
flutter pub get

Screenshots

Crypto currency list Crypto currency details

Built with

  • Flutter - Flutter makes it easy and fast to build beautiful mobile apps.
  • Riverpod - A simple way to access state from anywhere in your application while robust and testable.
  • Json Serializable - Generates utilities to aid in serializing to/from JSON.
  • Flutter Dotenv - Easily configure any flutter application with global variables using a .env file.
  • Flutter Native Splash - Customize Flutter's default white native splash screen with background color and splash image.

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].