Skip to content

Commit

Permalink
README Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordeveloper committed Feb 22, 2022
1 parent 0338edc commit 61e0673
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ Complete Flutter Application with Riverpod & Freezed + Dio for API REST.
[![test](https://github.com/salvadordeveloper/flutter-crypto-app/actions/workflows/tests.yml/badge.svg)](https://github.com/salvadordeveloper/flutter-crypto-app/actions/workflows/tests.yml)
[![build](https://github.com/salvadordeveloper/flutter-crypto-app/actions/workflows/release.yml/badge.svg)](https://github.com/salvadordeveloper/flutter-crypto-app/actions/workflows/release.yml)
[![codecov](https://codecov.io/gh/salvadordeveloper/flutter-crypto-app/branch/main/graph/badge.svg?token=UYU0OB442S)](https://codecov.io/gh/salvadordeveloper/flutter-crypto-app)
[![Flutter version](https://img.shields.io/badge/flutter-2.2.0-blue?logo=flutter)](https://flutter.dev/docs/get-started/install)
[![Flutter version](https://img.shields.io/badge/flutter-2.10.2-blue?logo=flutter)](https://flutter.dev/docs/get-started/install)
[![GitHub license](https://img.shields.io/github/license/chinnonsantos/full_testing_flutter)](https://choosealicense.com/licenses/mit/)

<img src="screenshots/cover.png" >
<img src="screenshots/cover.png" >

## Features
## Features
- API REST (CryptoWatch)
- Linear Graph View (Hour, Day, Week, etc)
- OHLC Graph
- Search
- OHLC Graph
- Search
- Light / Dark Theme
- Multi Language
- Exchange Selection
- Favorite Pair

### Stack
- Flutter 2.2.0 (Null Safety)
- Flutter 2.10.2
- Riverpod + Hooks
- Freezed
- Dio
Expand All @@ -37,9 +37,9 @@ Complete Flutter Application with Riverpod & Freezed + Dio for API REST.

| Home | Details | Settings |
| --- | --- | --- |
|<img src="screenshots/1_dark.jpeg" width="250">|<img src="screenshots/2_dark.jpeg" width="250">|<img src="screenshots/4_dark.jpeg" width="250">|
|<img src="screenshots/1_light.jpeg" width="250">|<img src="screenshots/2_light.jpeg" width="250">|<img src="screenshots/4_light.jpeg" width="250">|
|<img src="screenshots/1_dark.jpeg" width="250">|<img src="screenshots/2_dark.jpeg" width="250">|<img src="screenshots/3_dark.jpeg" width="250">|
|<img src="screenshots/1_light.jpeg" width="250">|<img src="screenshots/2_light.jpeg" width="250">|<img src="screenshots/3_light.jpeg" width="250">|

## Setup project

Download project
Expand Down Expand Up @@ -94,7 +94,7 @@ flutter drive --driver=test_driver/integration_test.dart --target=integration_te
```
MIT License
Copyright (c) 2021 Salvador Valverde
Copyright (c) 2022 Salvador Valverde
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 61e0673

Please sign in to comment.