### Add flutter_ibeacon to pubspec.yaml Source: https://github.com/lz00qs/flutter_ibeacon/blob/main/README.md Integrates the flutter_ibeacon plugin into your Flutter project by adding it as a dependency in the pubspec.yaml file. After adding, run 'flutter packages get' to install the plugin. ```yaml dependencies: flutter_ibeacon: latest ``` -------------------------------- ### Open Xcode Workspace Source: https://github.com/lz00qs/flutter_ibeacon/blob/main/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md Opens the Flutter project's Xcode workspace to allow customization of launch screen assets by navigating to `Runner/Assets.xcassets` in the Project Navigator. ```shell open ios/Runner.xcworkspace ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.