Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saeedvaziry/ip2location-app
IP2Location Flutter App
https://github.com/saeedvaziry/ip2location-app
clean-architecture flutter ip2location
Last synced: 27 days ago
JSON representation
IP2Location Flutter App
- Host: GitHub
- URL: https://github.com/saeedvaziry/ip2location-app
- Owner: saeedvaziry
- Created: 2021-11-29T09:19:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T22:54:46.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T05:15:24.792Z (6 months ago)
- Topics: clean-architecture, flutter, ip2location
- Language: Dart
- Homepage:
- Size: 388 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP2Location
My first Flutter app
## About the app
IP2Location is a simple mobile application for getting information about your device's IP address or any other IP address.
## Under the hood
This application is using a free IP API [freeipapi.com](https://freeipapi.com) for gathering informations about the IPs.
## Architecture
I've used the Clean Architecture to develop this app.
**Attention:** Using complicated architectures for small apps is not recommended! This app is a practice :)
## Any advice?
I developed this app in my first-day learning Flutter! I may have done so many things wrong! So, Please let me know what I've done wrong so I can learn from my mistakes.
Thank you