il_ilce_dropdown 0.0.4
il_ilce_dropdown: ^0.0.4 copied to clipboard
Türkiye il ve ilçe seçimleri için özelleştirilebilir bir dropdown paketi.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add il_ilce_dropdownThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
il_ilce_dropdown: ^0.0.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:il_ilce_dropdown/city_district_dropdown.dart';
import 'package:il_ilce_dropdown/models/city_model.dart';
import 'package:il_ilce_dropdown/models/district_model.dart';
import 'package:il_ilce_dropdown/widgets/city_district_widget.dart';
import 'package:il_ilce_dropdown/widgets/city_dropdown.dart';
import 'package:il_ilce_dropdown/widgets/district_dropdown.dart';