flutter_ctrlpanel_core 0.3.0 copy "flutter_ctrlpanel_core: ^0.3.0" to clipboard
flutter_ctrlpanel_core: ^0.3.0 copied to clipboard

Core library to build a client that interacts with the Ctrlpanel API.

0.3.0 #

  • 💥 Use CtrlpanelCore library instead of flutter_jsbridge

    Migration Guide:

    Android support is no longer present, will be added at a later date.

    You now need to import the upstream library JSBridge and register the global hook. Make the following change to your AppDelegate:

    @@ -1,6 +1,6 @@
     import UIKit
     import Flutter
    -import flutter_jsbridge
    +import JSBridge
    
     @UIApplicationMain
     @objc class AppDelegate: FlutterAppDelegate {
    @@ -8,7 +8,7 @@ import flutter_jsbridge
         _ application: UIApplication,
         didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?
       ) -> Bool {
    -    SwiftFlutterJsbridgePlugin.setGlobalUIHook(window: UIApplication.shared.windows.first!)
    +    JSBridge.setGlobalUIHook(window: UIApplication.shared.windows.first!)
         GeneratedPluginRegistrant.register(with: self)
         return super.application(application, didFinishLaunchingWithOptions: launchOptions)
       }
    

0.2.0 #

0.1.0 #

  • 🎉 Add initial implementation
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Core library to build a client that interacts with the Ctrlpanel API.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_ctrlpanel_core