Fluttify
is a tool that generates the dart interface for the native(currently Android/iOS) SDK.- The development process of ordinary flutter requires developers to understand both Android and iOS natively (and later
Flutter for web
andDesktop
), which is a big challenge for developers because most developers are proficient with only one platform,Fluttify
's goal is to make it easy to develop flutter plugins for who do not master or only master one platform.
- In active development, but due to my limited energy, I can only do maintenance in my spare time.
- Please contact me by email ([email protected]) and explain the source.
Since Flutter's MethodChannel
does not support synchronous calls, when methods on the native side need to return objects synchronously, The mechanism for using MethodChannel
does not meet the requirements. There is currently a issue related to this in the official repo.