flutter_country_state 0.0.1 copy "flutter_country_state: ^0.0.1" to clipboard
flutter_country_state: ^0.0.1 copied to clipboard

outdated

A new Flutter package that displays a country with its respective state.

flutter_country_state #

A new Flutter package that displays a country with its respective state.

show some ❤️ and star the repo to support the project. #

Screenshots #

##Usage

Example

To use this package :

dependencies:
  flutter:
    sdk: flutter
  flutter_country_state:

###How to Use

class Country extends StatefulWidget {
  @override
  _CountryState createState() => _CountryState();
}

class _CountryState extends State<Country> {
  @override
  Widget build(BuildContext context) {
    return Column(
      children: <Widget>[
        Text( Variables.pstate ),
        Text( Variables.property_country ),
        Container(child:  showCountry(),)
        Container(child: StateDialog(),)
      ],
    );
  }
}

# Licence
MIT Licence.

## Getting Started

This project is a starting point for a Dart
[package](https://flutter.dev/developing-packages/),
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.

For help getting started with Flutter, view our 
[online documentation](https://flutter.dev/docs), which offers tutorials, 
samples, guidance on mobile development, and a full API reference.
16
likes
0
pub points
78%
popularity

Publisher

verified publishermiriamly.co

A new Flutter package that displays a country with its respective state.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_country_state