Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can anyone explain how can I use this plugin in my Flutter app #1

Open
Mohit410 opened this issue Nov 11, 2022 · 4 comments
Open

Can anyone explain how can I use this plugin in my Flutter app #1

Mohit410 opened this issue Nov 11, 2022 · 4 comments

Comments

@Mohit410
Copy link

Mohit410 commented Nov 11, 2022

I want to use this plugin with MapBox in an android app. Can anyone explain how can I use this plugin? like how to add apikey, and to intialize IndoorAtlasEngine and all.
An example project will be better.

@Cloudef
Copy link
Member

Cloudef commented Nov 12, 2022

@Mohit410 Hello, sorry the futter plugin and widgets development has stalled. However, if you are willing to still use it, heres some widgets you can use as a example: https://gist.github.com/Cloudef/a6775fd482004347ef81246c609bef2b

You initialize indooratlas by calling IndoorAtlas.configure, for example:

final cfg = IAConfiguration(apiKey: 'myapikey');
IndoorAtlas.configure(cfg);

@Mohit410
Copy link
Author

@Mohit410 Hello, sorry the futter plugin and widgets development has stalled. However, if you are willing to still use it, heres some widgets you can use as a example: https://gist.github.com/Cloudef/a6775fd482004347ef81246c609bef2b

You initialize indooratlas by calling IndoorAtlas.configure, for example:

final cfg = IAConfiguration(apiKey: 'myapikey');
IndoorAtlas.configure(cfg);

@Cloudef Thanks a lot. It is very helpful. Is there any expected timeline for a full-fledged IndoorAtlas flutter plugin?

@Cloudef
Copy link
Member

Cloudef commented Nov 14, 2022

Currently there is no timeline, but I'm sure enough demand will push its importance.

@MatsGej
Copy link

MatsGej commented Aug 12, 2024

What functionality of IndoorAtlas is available in flutter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants