Commit f8d2f654 authored by Jidong Chen's avatar Jidong Chen

1, more import problems.

2, 0.0.419
parent e6a5a120
...@@ -8,16 +8,16 @@ PODS: ...@@ -8,16 +8,16 @@ PODS:
DEPENDENCIES: DEPENDENCIES:
- Flutter (from `.symlinks/flutter/ios`) - Flutter (from `.symlinks/flutter/ios`)
- flutter_boost (from `/Users/zhongchengguo/Desktop/flutter_boost/ios`) - flutter_boost (from `/Users/jidong/Documents/projects/Flutter/flutter_boost/ios`)
- xservice_kit (from `/Users/zhongchengguo/.pub-cache/hosted/pub.flutter-io.cn/xservice_kit-0.0.29/ios`) - xservice_kit (from `/Users/jidong/.pub-cache/hosted/pub.dartlang.org/xservice_kit-0.0.29/ios`)
EXTERNAL SOURCES: EXTERNAL SOURCES:
Flutter: Flutter:
:path: ".symlinks/flutter/ios" :path: ".symlinks/flutter/ios"
flutter_boost: flutter_boost:
:path: "/Users/zhongchengguo/Desktop/flutter_boost/ios" :path: "/Users/jidong/Documents/projects/Flutter/flutter_boost/ios"
xservice_kit: xservice_kit:
:path: "/Users/zhongchengguo/.pub-cache/hosted/pub.flutter-io.cn/xservice_kit-0.0.29/ios" :path: "/Users/jidong/.pub-cache/hosted/pub.dartlang.org/xservice_kit-0.0.29/ios"
SPEC CHECKSUMS: SPEC CHECKSUMS:
Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296 Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296
......
...@@ -23,6 +23,6 @@ ...@@ -23,6 +23,6 @@
*/ */
// Generated by AIOCodeGen do not edit! // Generated by AIOCodeGen do not edit!
#import "FlutterServiceCallHandler.h" #import <xservice_kit/FlutterServiceCallHandler.h>
@interface NavigationService_closePage : FlutterServiceCallHandler @interface NavigationService_closePage : FlutterServiceCallHandler
@end @end
// /*
// NavigationService_canPop.h * The MIT License (MIT)
// flutter_boost *
// * Copyright (c) 2019 Alibaba Group
// Created by ZhongCheng Guo on 2019/6/5. *
// * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
#import "FlutterServiceCallHandler.h" * in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#import <xservice_kit/FlutterServiceCallHandler.h>
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
@interface NavigationService_flutterCanPop : FlutterServiceCallHandler @interface NavigationService_flutterCanPop : FlutterServiceCallHandler
@end @end
NS_ASSUME_NONNULL_END NS_ASSUME_NONNULL_END
// /*
// NavigationService_canPop.m * The MIT License (MIT)
// flutter_boost *
// * Copyright (c) 2019 Alibaba Group
// Created by ZhongCheng Guo on 2019/6/5. *
// * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#import "NavigationService_flutterCanPop.h" #import "NavigationService_flutterCanPop.h"
#import <xservice_kit/ServiceGateway.h> #import <xservice_kit/ServiceGateway.h>
#import "FLBFlutterApplication.h" #import "FLBFlutterApplication.h"
......
...@@ -23,6 +23,6 @@ ...@@ -23,6 +23,6 @@
*/ */
// Generated by AIOCodeGen do not edit! // Generated by AIOCodeGen do not edit!
#import "FlutterServiceCallHandler.h" #import <xservice_kit/FlutterServiceCallHandler.h>
@interface NavigationService_onFlutterPageResult : FlutterServiceCallHandler @interface NavigationService_onFlutterPageResult : FlutterServiceCallHandler
@end @end
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
//Generated by AIOCodeGen. //Generated by AIOCodeGen.
#import <xservice_kit/ServiceGateway.h> #import <xservice_kit/ServiceGateway.h>
#import "NavigationService_onFlutterPageResult.h" #import "NavigationService_onFlutterPageResult.h"
#import "FlutterBoost.h" #import "FlutterBoost.h"
@implementation NavigationService_onFlutterPageResult @implementation NavigationService_onFlutterPageResult
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
*/ */
// Generated by AIOCodeGen do not edit! // Generated by AIOCodeGen do not edit!
#import "FlutterServiceCallHandler.h" #import <xservice_kit/FlutterServiceCallHandler.h>
@interface NavigationService_onShownContainerChanged : FlutterServiceCallHandler
@end @interface NavigationService_onShownContainerChanged : FlutterServiceCallHandler
\ No newline at end of file @end
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
//Generated by AIOCodeGen. //Generated by AIOCodeGen.
#import <xservice_kit/ServiceGateway.h> #import <xservice_kit/ServiceGateway.h>
#import "NavigationService_onShownContainerChanged.h" #import "NavigationService_onShownContainerChanged.h"
@implementation NavigationService_onShownContainerChanged @implementation NavigationService_onShownContainerChanged
......
...@@ -23,6 +23,6 @@ ...@@ -23,6 +23,6 @@
*/ */
// Generated by AIOCodeGen do not edit! // Generated by AIOCodeGen do not edit!
#import "FlutterServiceCallHandler.h" #import <xservice_kit/FlutterServiceCallHandler.h>
@interface NavigationService_openPage : FlutterServiceCallHandler @interface NavigationService_openPage : FlutterServiceCallHandler
@end @end
\ No newline at end of file
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
//Generated by AIOCodeGen. //Generated by AIOCodeGen.
#import <xservice_kit/ServiceGateway.h> #import <xservice_kit/ServiceGateway.h>
#import "NavigationService_openPage.h" #import "NavigationService_openPage.h"
#import "FLBFlutterApplication.h" #import "FLBFlutterApplication.h"
#import "FlutterBoost.h" #import "FlutterBoost.h"
#import "Service_NavigationService.h" #import "Service_NavigationService.h"
......
...@@ -23,6 +23,6 @@ ...@@ -23,6 +23,6 @@
*/ */
// Generated by AIOCodeGen do not edit! // Generated by AIOCodeGen do not edit!
#import "FlutterServiceCallHandler.h" #import <xservice_kit/FlutterServiceCallHandler.h>
@interface NavigationService_pageOnStart : FlutterServiceCallHandler @interface NavigationService_pageOnStart : FlutterServiceCallHandler
@end @end
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#import <xservice_kit/ServiceGateway.h> #import <xservice_kit/ServiceGateway.h>
#import "NavigationService_pageOnStart.h" #import "NavigationService_pageOnStart.h"
#import "FLBFlutterApplication.h" #import "FLBFlutterApplication.h"
#import "FlutterBoostConfig.h" #import "FlutterBoostConfig.h"
@implementation NavigationService_pageOnStart @implementation NavigationService_pageOnStart
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
*/ */
//Generated by AIOCodeGen do not edit! //Generated by AIOCodeGen do not edit!
#import "FlutterServiceTemplate.h" #import <xservice_kit/FlutterServiceTemplate.h>
@interface Service_NavigationService : NSObject @interface Service_NavigationService : NSObject
+ (FlutterServiceTemplate *)service; + (FlutterServiceTemplate *)service;
......
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
//Generated by AIOCodeGen. Do not edit! //Generated by AIOCodeGen. Do not edit!
#import "Service_NavigationService.h" #import "Service_NavigationService.h"
#import <xservice_kit/ServiceGateway.h> #import <xservice_kit/ServiceGateway.h>
#import "FlutterServiceTemplate.h" #import <xservice_kit/FlutterServiceTemplate.h>
@implementation Service_NavigationService @implementation Service_NavigationService
......
name: flutter_boost name: flutter_boost
description: A next-generation Flutter-Native hybrid solution. FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts. description: A next-generation Flutter-Native hybrid solution. FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts.
version: 0.0.418 version: 0.0.419
author: Alibaba Xianyu author: Alibaba Xianyu
homepage: https://github.com/alibaba/flutter_boost homepage: https://github.com/alibaba/flutter_boost
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment