il_ilce_dropdown 0.0.1
il_ilce_dropdown: ^0.0.1 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 Dart:
$ dart pub add il_ilce_dropdownWith Flutter:
$ flutter pub add il_ilce_dropdownThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
il_ilce_dropdown: ^0.0.1Alternatively, 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: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';