Skip to content

appano1/kopo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 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 82.2%
  • HTML 12.6%
  • Swift 3.7%
  • Kotlin 1.2%
  • Objective-C 0.3%