fast_contacts 5.0.0
fast_contacts: ^5.0.0 copied to clipboard
A faster way of accessing the device's contacts list. Allows fetching the whole contacts list in a sane amount of time.
5.0.0 #
- SPM support
4.0.0 #
-
Adjusted Flutter SDK version constraint to
>=3.24.0due to build issues on Android with older Flutter versions.Use
fast_contacts: 3.1.4for older Flutter versions.
3.1.5 #
Retracted due to Android build issues on older Flutter versions.
Use
fast_contacts: ^4.0.0for Flutter 3.24 and newer orfast_contacts: 3.1.4for older Flutter versions.
- Android build fix for Flutter 3.24
3.1.4 #
- Android: return
nullinstead of an error upon failed attempt to read a contact image file
3.1.3 #
- Newer Kotlin plugin support
3.1.2 #
- Updated README
3.1.1 #
- Made
Contactconstructor public
3.1.0 #
- Added
getContact()method to fetch a single contact by ID - Implemented
hashCode,==,toString(),toMap(),fromMap()forContactand its parts
3.0.4 #
- AGP 8.0 support
3.0.3 #
- Added some documentation
3.0.2 #
- Fixed
dart:typed_dataimport issue for old Flutter versions
3.0.1 #
- "fix non_type_as_type_argument for Uint8List" by @dadagov125
3.0.0 #
- Added ability to select which fields to fetch. Fewer fields == faster
- Decoding no longer hangs UI isolate on huge contact lists
2.0.0 #
- "Add labels for Email & Phone for Android & IOS" by @PcolBP
1.2.0 #
- "Add organization fields" by @arjenfvellinga
1.1.1 #
- Updated Android build config
1.1.0 #
- Added
emailsandstructuredNameto Contact - Refactored Android code to exclude AsyncTask usages
1.0.0 #
Null-safety support
0.1.0 #
Initial implementation. Pre-NNBD.