Baseflow / Baseflow/flutter-contacts-plugin

Android is normal, IOS has problems

Open
#16 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
39
Forks
18
PR merge metrics
No merged PRs in 30d

Description

When using plug-ins, IOS has some problems:

`
/Users/furun/.pub-cache/hosted/pub.dartlang.org/contacts_plugin-0.0.3/ios/Classes/model/Address.swift:17:16: error: use of undeclared type 'AddressType'
var type : AddressType = AddressType.other
^~~~~~~~~~~
/Users/furun/.pub-cache/hosted/pub.dartlang.org/contacts_plugin-0.0.3/ios/Classes/model/Address.swift:10:7: error: type 'Address' does not conform to protocol 'Decodable'
class Address : Codable {
^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: Decoder) throws
^`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.