如何使用自定义 UI 在 flutter 中实现 Facebook 帐户工具包

how to implement Facebook Account kit in flutter with custom UI

我想在我的 flutter 应用程序中设置 facebook 帐户工具包,并在本机应用程序中自定义 UI。 facebook 官方网站只有 ios 和 android 的文档。

flutter_account_kit 0.6.6 package now allows this to be done. For custom UI, you would need to edit your styles.xml file independently, which they show here - 请注意,虽然它将 React Native 显示为项目,但同样的原则也适用于 Flutter。