A QR based attendance and contact tracing system Download source code on GitHub https://github.com/hereapp/Here-App FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Category : Contact
contacts app Download this app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Phone Numbers Parser Dart library for parsing phone numbers. Inspired by Google’s libphonenumber and PhoneNumberKit for ios. The advantage of this lib instead of libphonenumber is that it instantly supports all platforms (no need for channeling). Features Find phone numbers in a text Validate a phone number Find the region of a phone number Phone ..
phone_form_field Flutter phone input integrated with flutter internationalization Features Totally cross platform, this is a dart only package / dependencies Internationalization support, without bloated json with all translations. Phone number validation Extends Flutter’s FormField Uses dart phone_numbers_parser for parsing Demo Demo available at https://cedvdb.github.io/phone_form_field/ Usage PhoneFormField( initialValue: phoneNumber, autofocus: true, decoration: InputDecoration( labelText: ‘Phone’, border: OutlineInputBorder(), ..
Flokk A fresh and modern Google Contacts manager that integrates with GitHub and Twitter. Demo Builds Web: https://flokk.app Linux: https://snapcraft.io/flokk-contacts macOS: https://flokk.app/macos/Flokk_Contacts_v1.0.1.dmg Windows: https://flokk.app/windows/Flokk_Contacts_v1.0.1.zip Getting Set Up 1. Flutter Follow the install instructions here: https://flutter.dev/docs/get-started/install Desktop-specific info: https://flutter.dev/desktop, https://github.com/flutter/flutter/wiki/Desktop-shells Flokk was built on the bleeding edge of Flutter, so make sure to use the master branch in their git repo and checkout commit 9c3f0faa6d. We’re ..
Contacts Building App Contacts in Flutter using Slidy Screenshots Getting Started For help getting started with Flutter, view our online documentation. License This project is licensed under the MIT License – see the LICENSE file for details. Download Flutter Contacts App source code on GitHub https://github.com/RogerioSobrinho/Flutter-ContactApp FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..
contacts_service A Flutter plugin to access and manage the device’s native contacts. Usage To use this plugin, add flutter_contact as a dependency in your pubspec.yaml file.For example: dependencies: flutter_contact: ^0.4.15 Permissions Android Add the following permissions to your AndroidManifest.xml: <uses-permission android:name=”android.permission.READ_CONTACTS” /> <uses-permission android:name=”android.permission.WRITE_CONTACTS” /> iOS Set the NSContactsUsageDescription in your Info.plist file <key>NSContactsUsageDescription</key> <string>Your description of why you are requesting permissions.</string> Noteflutter_contact does not ..