这是indexloc提供的服务,不要输入任何密码
Skip to content

qus0in/kopo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.3"

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(),
      ),
    );
  },
),

About

find Korea Postal address

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 88.1%
  • HTML 8.4%
  • Swift 2.5%
  • Other 1.0%