fluttify-core-example
fluttify-core-example copied to clipboard
Fluttify Example Project.

Fluttify Example Project
What is Fluttify and what problems does it solve?
Fluttifyis 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 webandDesktop), 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.
Current Status
- In active development, but due to my limited energy, I can only do maintenance in my spare time.
How to use Fluttify?
- Please contact me by email ([email protected]) and explain the source.
Known Issue
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.