alibaba / alibaba/flutter_boost

我们的项目是纯flutter写的,部分公共需要原生实现,这种的就没法用 flutter_boost 吗 ,请问 ???

Open
#1,615 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
7.2k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

**以及需要接入的flutter module, 这个地方注意,flutter一定是module,而不是工程项目**

我们的项目是纯flutter写的,部分公共需要原生实现,这种的就没法用 flutter_boost 吗 ,请问 ???

[GeneratedPluginRegistrant registerWithRegistry:self];
FlutterViewController *controller = (FlutterViewController*)self.window.rootViewController;
UINavigationController *navi = [[UINavigationController alloc] initWithRootViewController:controller];
[navi setNavigationBarHidden:YES];
self.window.rootViewController = navi;

delegate.navigationController = navi;

这样写的代码,就是无法从flutter跳到原生.请指教.

Contributor guide

No contributing guide indexed for this repository

Research direction

Review the Flutter module requirement and the iOS setup shown around GeneratedPluginRegistrant, FlutterViewController, and UINavigationController. Start by tracing how Flutter navigation is expected to reach native code, then verify whether this pure-Flutter configuration is supported and document the required setup or limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter, ios, objective-c
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.