Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atsign-foundation/at_widgets
Flutter widgets which aid in building applications using Atsign's technology
https://github.com/atsign-foundation/at_widgets
atsign flutter hacktoberfest widgets
Last synced: 1 day ago
JSON representation
Flutter widgets which aid in building applications using Atsign's technology
- Host: GitHub
- URL: https://github.com/atsign-foundation/at_widgets
- Owner: atsign-foundation
- License: bsd-3-clause
- Created: 2020-11-23T16:35:37.000Z (almost 4 years ago)
- Default Branch: trunk
- Last Pushed: 2024-10-29T10:46:11.000Z (10 days ago)
- Last Synced: 2024-10-29T12:44:02.702Z (10 days ago)
- Topics: atsign, flutter, hacktoberfest, widgets
- Language: Dart
- Homepage: https://docs.atsign.com
- Size: 25 MB
- Stars: 53
- Watchers: 13
- Forks: 32
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![GitHub License](https://img.shields.io/badge/license-BSD3-blue.svg)](./LICENSE)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/at_widgets/badge)](https://securityscorecards.dev/viewer/?uri=github.com/atsign-foundation/at_widgets&sort_by=check-score&sort_direction=desc)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8129/badge)](https://www.bestpractices.dev/projects/8129)# at_widgets
This is a common repository for various flutter packages that are published
on [pub.dev](https://pub.dev/publishers/atsign.org/packages)These packages help to achieve the common functionalities associated with
atSigns like authentication, chat, etc.## Widgets contained (which can also be found on pub.dev as linked):
[at_backupkey_flutter](https://pub.dev/packages/at_backupkey_flutter)- A
flutter plugin project for saving the backup key of any atSign that is being
onboarded with atProtocol apps. Backup key can be used to authenticate in any
atProtocol apps.[at_chat_flutter](https://pub.dev/packages/at_chat_flutter)- A flutter plugin
project to provide a chat feature using atSigns and atProtocol.[at_common_flutter](https://pub.dev/packages/at_common_flutter)- A flutter
package to provide common widgets used by other Atsign flutter packages.[at_contacts_flutter](https://pub.dev/packages/at_contacts_flutter)- A
flutter plugin project to provide ease of managing contacts for an atSign
using atProtocol.[at_contacts_group_flutter](https://pub.dev/packages/at_contacts_group_flutter)-
A flutter plugin to provide group functionality for atSign contacts.[at_events_flutter](https://pub.dev/packages/at_events_flutter)- A flutter
plugin project to manage events.[at_location_flutter](https://pub.dev/packages/at_location_flutter)- A flutter
plugin project to share location between two atSigns and track them on Open
Street Map ([OSM](https://www.openstreetmap.org/)).[at_onboarding_flutter](https://pub.dev/packages/at_onboarding_flutter)- A
flutter plugin project for onboarding any atSign in atProtocol apps with ease.
Provides QRscanner and upload key file options to authenticate.[atsign_authentication_helper](https://pub.dev/packages/atsign_authentication_helper)-
(DISCONTINUED) A flutter plugin project to provide authentication for Atsign
apps. It provides both a QR scanner and feature to upload files.[at_follows_flutter](https://pub.dev/packages/at_follows_flutter)- A flutter
plugin project to integrate follows feature for atSigns.## Installation:
All installation guidelines are written in their respective directories and pub.dev sites.