Skip to content

fixed: image sources null check #9

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

HardikSJain
Copy link

passed the image sources to bottomsheet builder.

Note: don't forget to add the permissions if not present in your ios/Runner/Info.plist to access camera, microphone and photo library

<key>NSCameraUsageDescription</key>
<string>Allow access to camera</string>
<key>NSMicrophoneUsageDescription</key>
<string>Allow access to microphone for video recording</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Allow access to photo library</string>

@anshumandas
Copy link
Owner

pl take the latest from main trunk and resolve the conflicts for me to accept the PR

@HardikSJain
Copy link
Author

After the recent updates in the repo, this branch has no conflict with main

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

Successfully merging this pull request may close these issues.

2 participants