thaw

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

thaw

thaw #


A single-cache FlutterEngine solution for the Add-to-app scenario.
If you have experience with Add-to-app scenario, you may know that attaching a single-cache FlutterEngine to multiple FlutterActivity/FlutterFragment will cause the UI to freeze, which is described in this issue and the problem also appears in iOS. thaw was created to solve this problem.
Based on thaw, you can implement your own hybrid navigation framework more easily.
Usage #
thaw provides ThawFlutterActivity/ThawFlutterFragmentActivity/ThawFlutterFragment/ThawFlutterViewController, which usage is the same as FlutterActivity/FlutterFragmentActivity/FlutterFragment/FlutterViewController, e.g.,
create a ThawFlutterActivity/ThawFlutterFragment in Android
ThawFlutterActivity.withCachedEngine("cache_engine").build()

ThawFlutterFragment.withCachedEngine("cache_engine").build()
copied to clipboard
create a ThawFlutterViewController in iOS
let flutterEngine = FlutterEngine(name: "cache_engine")
flutterEngine.run()
let viewController = ThawFlutterViewController(engine: flutterEngine, nibName: nil, bundle: nil)
copied to clipboard
License #
BSD 3-Clause License

Copyright (c) 2020, Littlegnal
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.