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

Missing installation steps in README #249

Closed
ghost opened this issue Oct 6, 2022 · 3 comments · Fixed by #252
Closed

Missing installation steps in README #249

ghost opened this issue Oct 6, 2022 · 3 comments · Fixed by #252
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@ghost
Copy link

ghost commented Oct 6, 2022

We don't document how to install, which leads to confused users.
The steps should be :

  • add to pubspec
  • flutter pub get
  • go to cached folder (nrf_mesh_plugin_<commit_hash> or smth)
  • git submodule update --init
  • go to android/settings.gradle
  • copy script found in the end of plugin's example/android/settings.gradle

Then it's rdy for android compilation. For iOS there is another step

@ghost ghost added documentation Improvements or additions to documentation good first issue Good for newcomers labels Oct 6, 2022
@Hung6129
Copy link

Hung6129 commented Oct 6, 2022

@R0m4in-dooz
It works!!!!
Now i can use all the functions
Thanks you so much

@redclouddrailan
Copy link

Hello, when I go to cached folder, in windows which for me is this link: ~/AppData/Local/Pub/Cache/hosted/pub.dev/nordic_nrf_mesh-0.13.0

I can't run the git submodule update --init, it says "fatal: not a git repository (or any of the parent directories): .git"

@SyedKaz00
Copy link

Hello, when I go to cached folder, in windows which for me is this link: ~/AppData/Local/Pub/Cache/hosted/pub.dev/nordic_nrf_mesh-0.13.0

I can't run the git submodule update --init, it says "fatal: not a git repository (or any of the parent directories): .git"

Same

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants