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

Paste Image Functionality in iOS #462

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

krrish-sehgal
Copy link
Contributor

Overview

This pull request introduces a method channel in native Swift that introduces communication with the Flutter code. It allows for the transmission of a Base64-encoded image, complementing the existing functionality that previously handled images retrieved from native Kotlin for Android, allowing the user to paste images from the clipboard in ios.

Major Changes

  • Updated ios/Runner/AppDelegate.swift to manage Base64 encoding and facilitate sending data to the Flutter channel.

How to Run

  1. Navigate to the ios folder:
    cd ios
  2. Install the necessary CocoaPods:
    pod install
  3. Build the project

Video demo of the change:

Screen.Recording.2024-10-31.at.2.19.17.AM.mov

@DonnieBLT DonnieBLT merged commit b678da1 into OWASP-BLT:main Oct 30, 2024
6 checks passed
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