Ibeacon and flutter

171 views
Skip to first unread message

yassir.h...@gmail.com

unread,
Apr 18, 2017, 11:30:21 AM4/18/17
to Flutter Dev
Hi,

In Android they have many library to manage the Ibeacon technology..

What the case with Flutter?

Thanks in advance.

Eric Seidel

unread,
Apr 18, 2017, 12:59:43 PM4/18/17
to yassir.h...@gmail.com, Flutter Dev
Typically with Flutter the solution is to use the Android or iOS libraries and then wrap them in a small Dart wrapper to access them from your shared view code.  https://flutter.io/platform-plugins/ has some documentation on the subject.

There is a *brand new* `flutter create --plugin` template as well.

https://github.com/flutter/flutter/tree/master/examples/platform_channel is one example of using the channel APIs to talk between Dart code and Java or Obj-C.

There are several other free-standing plugins which can be used as examples in https://github.com/flutter/ We're still working on setting up a way to search for Flutter plugins.





--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

yassir hessane

unread,
Apr 18, 2017, 1:27:34 PM4/18/17
to Eric Seidel, Flutter Dev
Hi Eric Seidel,

Thanks for your response..

In the case of Android I'm using a lot of services for my mobile apps.
They have the same in Flutter ?

Best regards
Reply all
Reply to author
Forward
0 new messages