-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
João Victor de França
authored
Jan 15, 2021
1 parent
129c915
commit f1e066c
Showing
1 changed file
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
# MtgSearcher | ||
A Magic the gathering card searcher using **Magic the gathering API : [MagicApi](https://docs.magicthegathering.io/)** | ||
|
||
A new Flutter project. | ||
|
||
## Getting Started | ||
## About the app | ||
in this app you can search your favorite magic cards and get some informations about them (card status and its effects) | ||
|
||
This project is a starting point for a Flutter application. | ||
## Development | ||
This is the first app that i do using an API and i've learned a lot with it. | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
* i got used on how to decode and use the Contents of an Api on an application | ||
* worked with folder management to organize my code and make it more easier to work with | ||
* learned more about git and code versioning and using this knowledge on this project | ||
|
||
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) | ||
## ScreenShots | ||
Initial Screen | Search screen | ||
:-------------------------:|:-------------------------: | ||
![Tela inicial](https://github.com/Jaofranca/MtgSearcher/blob/master/AppImages/1.jpeg) | ![Escolha de Nomes](https://github.com/Jaofranca/MtgSearcher/blob/master/AppImages/2.jpeg) | ||
|
||
CardDetail Screen | | ||
:-------------------------:| | ||
![Tela do jogo](https://github.com/Jaofranca/MtgSearcher/blob/master/AppImages/3.jpeg) | | ||
|
||
For help getting started with Flutter, view our | ||
[online documentation](https://flutter.dev/docs), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. |