Enigma-I-am / Clypto

A simple task for webloom interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clypto

Getting Started πŸš€

This project contains 3 flavors:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

# Development
$ flutter run --flavor development --target lib/main_development.dart --no-sound-null-safety

# Staging
$ flutter run --flavor staging --target lib/main_staging.dart --no-sound-null-safety

# Production
$ flutter run --flavor production --target lib/main_production.dart --no-sound-null-safety

*Clypto works on iOS, Android, and Web.


.env file required to run πŸš€

To run application a .env file containing the base urls and api key needs to be added to root of the project. .env file contents

API_URL=rest-sandbox.coinapi.io
API_KEY=YOUR-API-KEY

About

A simple task for webloom interview

License:MIT License


Languages

Language:Dart 92.3%Language:HTML 5.2%Language:Ruby 1.8%Language:Swift 0.5%Language:Kotlin 0.2%Language:Objective-C 0.1%