geo_iran 1.0.0 copy "geo_iran: ^1.0.0" to clipboard
geo_iran: ^1.0.0 copied to clipboard

A Flutter package providing detailed information about Iran's provinces and cities.

geo_iran 🇮🇷 #

geo_iran is a Flutter package that provides detailed information about Iran's provinces and cities.

✨ Features #

  • Get information about all provinces of Iran.
  • With Enlish translations.
  • Easy to use and lightweight.

⚙ Platform Support #

📱 Android 🍎 iOS 🍏 MacOS 🌐 Web 🐧 Linux 💻 Windows

📦 Installation #

To use this package, add it to your pubspec.yaml file:

dependencies:
  geo_iran: ^1.0.0

Then, run the following command to fetch the package:

  flutter pub get

📚 Usage #

You can use the package to get information about provinces and cities. Below is an example:

example #

import 'package:geo_iran/geo_iran.dart';

void main() {
  // Get all provinces
  List<IranProvince> provinces = GeoIran.provinces;
  print(provinces);

  // Get all cities
  List<IranCity> cities = GeoIran.cities;
  print(cities);
}

🤝 Contributing #

Contributions are welcome! If you'd like to contribute, feel free to open a pull request or submit an issue.

🛡️ License #

This project is licensed under the MIT License.

📧 Contact #

For questions, feedback, or support, please reach out:

1
likes
150
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing detailed information about Iran's provinces and cities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on geo_iran