Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castle/castle-flutter
Flutter library for Castle
https://github.com/castle/castle-flutter
api authentication brute-force castle dart flutter login password sdk
Last synced: about 1 month ago
JSON representation
Flutter library for Castle
- Host: GitHub
- URL: https://github.com/castle/castle-flutter
- Owner: castle
- License: mit
- Created: 2021-02-09T12:48:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:22:22.000Z (about 2 months ago)
- Last Synced: 2024-09-29T16:05:13.301Z (about 1 month ago)
- Topics: api, authentication, brute-force, castle, dart, flutter, login, password, sdk
- Language: Dart
- Homepage: https://castle.io
- Size: 201 KB
- Stars: 5
- Watchers: 12
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Castle for Flutter
**[Castle](https://castle.io) adds real-time monitoring to your authentication stack, instantly notifying you and your users of potential account hijacks.**
[![Pub Version](https://img.shields.io/pub/v/castle_flutter)](https://pub.dev/packages/castle_flutter)
[![CircleCI](https://img.shields.io/circleci/build/github/castle/castle-flutter/master?token=1ac87baf6b68cf1b425e8156ffc0c7497432026f)](https://circleci.com/gh/castle/castle-flutter)
[![codecov](https://codecov.io/gh/castle/castle-flutter/branch/master/graph/badge.svg?token=aH0nyqcUoV)](https://codecov.io/gh/castle/castle-flutter)## Usage
To use this plugin, add `castle_flutter` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).## Requirements
### Flutter
- Flutter 1.20.0+### iOS
- iOS 9.0+
- Xcode 9.0+### Android
- Android 5.0## Usage
Please see the [Mobile Integration Guide](https://docs.castle.io).
## License
MIT