diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..67b5cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.0.1 +## 0.1.0 * TODO: Describe initial release. diff --git a/example/lib/main.dart b/example/lib/main.dart index d94fef6..57afd6e 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -20,11 +20,13 @@ class _MyAppState extends State { // Platform messages are asynchronous, so we initialize in an async method. Future init() async { if (Platform.isIOS) { + //com.finogeeks.mopExample final res = await Mop.instance.initialize( '22LyZEib0gLTQdU3MUauARlLry7JL/2fRpscC9kpGZQA', '1c11d7252c53e0b6', apiServer: 'https://mp.finogeeks.com', apiPrefix: '/api/v1/mop'); print(res); } else if (Platform.isAndroid) { + //com.finogeeks.mopexample final res = await Mop.instance.initialize( '22LyZEib0gLTQdU3MUauARjmmp6QmYgjGb3uHueys1oA', '98c49f97a031b555', apiServer: 'https://mp.finogeeks.com', apiPrefix: '/api/v1/mop'); diff --git a/example/pubspec.lock b/example/pubspec.lock index bcdce25..4f6dda6 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -66,7 +66,7 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.1.0" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 772160d..46947f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A new flutter plugin project. -version: 0.0.2 +version: 0.1.0 authors: - finogeeks homepage: https://github.com/finogeeks/flutter-mop-plugin