packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

'NSColor' in scope .pub-cache/hosted/pub.dev/pdfx-2.9.0/ios/Classes/Hooks.swift:2:10

Open Chantha123 opened this issue 7 months ago • 3 comments

I got this error with latest (Xcode 16.3) and Flutter version 3.29.2 latest too .

Chantha123 avatar Apr 29 '25 09:04 Chantha123

Updating ios/Classes/Hooks.swift to this will fix the issue (I believe):

import Foundation
import UIKit

extension UIColor {
    convenience init(hexString: String) {

vollkommenwild avatar Apr 29 '25 12:04 vollkommenwild

@Chantha123 you can use this branch for only ios

https://github.com/ScerIO/packages.flutter/pull/565#issuecomment-2840342290

VB10 avatar Apr 29 '25 22:04 VB10

This issue has been resolved on 2.9.1 version it can be closed @SergeShkurko

vicajilau avatar May 03 '25 06:05 vicajilau