kopo 0.1.1 copy "kopo: ^0.1.1" to clipboard
kopo: ^0.1.1 copied to clipboard

outdated

find Korea Postal address

find Korea Postal address

Getting Started #

You should ensure that you add the router as a dependency in your flutter project.

dependencies:
 kopo: "^0.1.1"

Setup #

iOS #

Opt-in to the embedded views preview by adding a boolean property to the app's Info.plist file with the key io.flutter.embedded_views_preview and the value YES.

<key>io.flutter.embedded_views_preview</key>
<true/>

Example #

import 'package:kopo/kopo.dart';

MaterialButton(
  child: Text('find Korea Postal address'),
  onPressed: () async {
    KopoModel model = await Navigator.push(
      context,
      CupertinoPageRoute(
        builder: (context) => Kopo(),
      ),
    );
  },
),
16
likes
0
pub points
48%
popularity

Publisher

unverified uploader

find Korea Postal address

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, webview_flutter

More

Packages that depend on kopo