1

I am starting to work on one big project which includes Sirikit, Game Center, Fingerprint, health kit and home kit etc. So my doubt is can I implement those features & other features which are provided by ios using the flutter..?

2 Answers 2

1

Flutter can't generate bitcode. So, it can't integrate features like Siri, interactive notifications, watchOS, tvOS, Today and other modern extensions.

It compiles like it was before 2015. Before iOS extensions. With same limitations.

Sign up to request clarification or add additional context in comments.

Comments

0

Yes and no - you could definitely use some and probably all of those, but you'll have to write Platform Channels. I use fingerprint for example in my app.

There may exist plugins for some of the functionality - see the flutter packages page.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.