<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/08bcd78f-acea-4107-8e5c-cce45804142d/15450570-ec39-4fcd-875a-d64c8de3b99f/Bridgefy_Official_Icon_2021.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/08bcd78f-acea-4107-8e5c-cce45804142d/15450570-ec39-4fcd-875a-d64c8de3b99f/Bridgefy_Official_Icon_2021.png" width="40px" /> The Bridgefy Software Development Kit (SDK) is a state-of-the-art, plug-and-play package that will let people use your mobile app when they don’t have access to the Internet, by using Bluetooth mesh networks.
Integrate the Bridgefy SDK into your Android and iOS app to reach the 3.5 billion people that don’t always have access to an Internet connection, and watch engagement and revenue grow!
</aside>
https://github.com/bridgefy/bridgefy_flutter
All the connections are handled seamlessly by the SDK to create a mesh network. The size of this network depends on the number of devices connected and the environment as a variable factor, allowing you to join nodes in the same network or nodes in different networks.
To utilize this SDK in a Flutter application, you'll need to configure permissions for each individual platform (iOS and Android) first. You can read more about each platform's requirements below:
To install this SDK, you'll need to either add the following to your pubspec.yaml
file:
dependencies:
bridgefy: ^1.1.2
Or run this flutter command:
flutter pub add bridgefy