You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Efra Espada edited this page Jan 20, 2024
·
2 revisions
Remember that this tutorial allows you to implement the dependency in a basic way, so the encryption keys are public and your resources may be compromised.
dependencies:
stringcare: ^0.1.1 # android ios linux macos web windows
Due to some limitations when adding the C++ file to the iOS and macOS runner targets you need to clone the repository.
iOS and macOS setup
Add the C++ file to the Runner targets.
You can locate the stringcare.cpp file in your cloned repository:
stringcare/ios/Classes/stringcare.cpp
If XCode ask for include the Runner-Bridging-Header.h file to the project, do it.