light_country_picker 0.0.4 copy "light_country_picker: ^0.0.4" to clipboard
light_country_picker: ^0.0.4 copied to clipboard

outdated

Country Picker with Currency

example/example.dart

import 'package:flutter/material.dart';
import 'package:light_country_picker/light_country_picker.dart';

class ExampleApp extends StatefulWidget {
  @override
  _ExampleAppState createState() => _ExampleAppState();
}

class _ExampleAppState extends State<ExampleApp> {
  @override
  Widget build(BuildContext context) {
    return Scaffold(body: Column(children: <Widget>[
      Text("Example")
    ],),);
  }
}
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Country Picker with Currency

Homepage

License

unknown (LICENSE)

Dependencies

diacritic, flutter

More

Packages that depend on light_country_picker