Git Product home page Git Product logo

hybrid_stack_manager's People

Contributors

kangwang1988 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hybrid_stack_manager's Issues

example运行不成功啊

Automatically signing iOS for device deployment using specified development team in Xcode project: VP3AM7E5ZL
Running pod install...
Starting Xcode build...
Xcode build done.                                            3.3s
Failed to build iOS app
Error output from Xcode build:
↳
    2018-11-23 13:43:10.667 xcodebuild[47959:716695] +dataWithFirstBytes:1024 ofFile:"/Users/liuyuxiao/Documents/hybrid_stack_manager-master/ios/LICENSE" failed, errno = 2
    ** BUILD FAILED **


Xcode's output:
↳
    === BUILD TARGET path_provider OF PROJECT Pods WITH CONFIGURATION Debug ===
    In file included from /Users/liuyuxiao/Documents/hybrid_stack_manager-master/ios/Classes/FlutterViewWrapperController.m:9:
    /Users/liuyuxiao/Documents/hybrid_stack_manager-master/ios/Classes/FlutterViewWrapperController.h:9:9: fatal error: 'Flutter/Flutter.h' file not found
    #import <Flutter/Flutter.h>
            ^~~~~~~~~~~~~~~~~~~
    1 error generated.

Could not build the precompiled application for the device.

It appears that your application still contains the default signing identifier.
Try replacing 'com.example' with your signing id in Xcode:
  open ios/Runner.xcworkspace

Error launching application on iPhone.

Cocoapod 没有 hybrid_stack_manager

项目中 ios 目录的 hybrid_stack_manager.podspec 指定的 pod 名称为 hybrid_stack_manager
但是通过 pod search hybrid_stack_manager 找不到对应的项目,要怎么通过 pod 管理 hybrid_stack_manager ?

插件更新到最新0.1.0后在利用FlutterEngine对象 初始化XFlutterViewController的时候崩溃

您好,我们公司正在使用您这个插件来 进行混编,一开始用的0.0.6版本。已经集成完并且开始了第一版本发布。但是目前有一个问题就是 偶尔在跳转flutter页面的时候会页面卡死,跟您在0.0.7修复的那个bug很相似,屏幕卡住但是查看试图其实已经出现在图层里但是上一个图层还没完安全推出,打印断点 FlutterViewWrapperController生命周期已经走到了viewWillAppear 并且走完,但是没有走viewDidAppear。于是我们想把插件升级。首先根据您的更新升级到0.0.7的修改bug那个部分,发现并没有解决我们的问题。现在想全部升级到0.1.0。代码已经全部升级。但是跳转页面的时候在利用FlutterSDK初始化 XFlutterViewController的时候崩溃,崩溃日志为:-[UIView createSurface:]: unrecognized selector sent to instance 0x10478a8a0
请问这个是不是跟我们的FLutterSDK 版本太高有关?我们的FlutterSDK是最新的。1.7.+

首个页面如何关闭?

private static int flutterWrapperInstCnt = 0;

...

@Override
public void onBackPressed() {
    tryPopCurActivity();
}

@Override
public void tryPopCurActivity() {
    if(flutterWrapperInstCnt > 1){
        finish();
        saveFinishSnapshot(true);
    }
}

我看 FlutterWrapperActivity 中这样写的,那么作为 Root 页面的首个 FlutterWrapperActivity,应该如何实现按返回键 finish 掉呢?是要求业务方覆写 onBackPressed() 吗?

请教 Swift 项目中接入问题

在 Swift 的项目中,设置 Native 路由回调,无法正常工作,调试发现用闭包方式设置后,回调函数指针仍为 null。
image

image

不支持flutter1.0

编译报错:
NavigatorState navState = Navigator.of(globalKeyForRouter.currentContext);
List<Route> navHistory = navState.history;

history在flutter1.0及其以上版本已经是私有变量了;

运行时报错:
Field privateField0 = FlutterView.class.getDeclaredField("mDiscoveryReceiver");
mDiscoveryReceiver在新版本引擎中已经不存在该定义了。

真机会黑屏和无法点击

iOS端:真机 iPhone 8 plus 系统版本12.0.1,点击点击一次 Click to open FlutterPage 或者 Click to jump Flutter , 就无法继续点击,过30秒后进入页面 ,然后闪退。 模拟器正常。

Android端:真机 华为 M2 系统版本6.0 点击一次黑屏。 闪退。Android 模拟器未测试。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.