Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_boost_1.22.4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李增强
flutter_boost_1.22.4
Commits
9b5285b2
Commit
9b5285b2
authored
May 29, 2020
by
justin
Committed by
GitHub
May 29, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #721 from lucky-chen/task/task_v1.12.13_support_hotfixes
迁移到embed2 api
parents
81ba0331
187d9ec3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
android/src/main/java/com/idlefish/flutterboost/FlutterBoost.java
...src/main/java/com/idlefish/flutterboost/FlutterBoost.java
+3
-3
example/android/app/src/main/AndroidManifest.xml
example/android/app/src/main/AndroidManifest.xml
+3
-3
No files found.
android/src/main/java/com/idlefish/flutterboost/FlutterBoost.java
View file @
9b5285b2
...
...
@@ -324,10 +324,10 @@ public class FlutterBoost {
FlutterMain
.
ensureInitializationComplete
(
mPlatform
.
getApplication
().
getApplicationContext
(),
flutterShellArgs
.
toArray
());
mEngine
=
new
FlutterEngine
(
mPlatform
.
getApplication
().
getApplicationContext
(),
FlutterLoader
.
getInstance
(),
new
FlutterJNI
(),
null
,
fals
e
);
mEngine
=
new
FlutterEngine
(
mPlatform
.
getApplication
().
getApplicationContext
(),
FlutterLoader
.
getInstance
(),
new
FlutterJNI
(),
null
,
tru
e
);
// registerPlugins(mEngine);
mRegistry
=
new
BoostPluginRegistry
(
createEngine
());
mPlatform
.
registerPlugins
(
mRegistry
);
//
mRegistry = new BoostPluginRegistry(createEngine());
//
mPlatform.registerPlugins(mRegistry);
}
return
mEngine
;
...
...
example/android/app/src/main/AndroidManifest.xml
View file @
9b5285b2
...
...
@@ -60,8 +60,8 @@
android:theme=
"@style/Theme.AppCompat"
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"
android:windowSoftInputMode=
"adjustResize"
/>
<
!--<meta-data android:name="flutterEmbedding"-->
<!--android:value="2">--
>
<
!--</meta-data>--
>
<
meta-data
android:name=
"flutterEmbedding"
android:value=
"2"
>
<
/meta-data
>
</application>
</manifest>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment