saudi_cities 0.0.4
saudi_cities: ^0.0.4 copied to clipboard
A package that provides information about cities in Saudi Arabia, including traditional clothing, food, customs, and famous landmarks.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add saudi_citiesWith Flutter:
$ flutter pub add saudi_citiesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
saudi_cities: ^0.0.4Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:saudi_cities/saudi_cities.dart';