Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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