fingerprint_dart_auth_sdk 0.0.1
fingerprint_dart_auth_sdk: ^0.0.1 copied to clipboard
A Dart SDK for Fingerprint Authentication, enabling secure server-side authentication and user management for Dart-based backend applications.
0.0.1 #
Added #
-
Global .gitignore
Added a.gitignoreat the root offingerprint-dart-auth-sdk/to ignore Flutter/Dart build artifacts (build/,.dart_tool/,.flutter-plugins*) and IDE folders (.idea/,.vscode/). -
Automated Release Workflow
Introduced CI scripts underfingerprint-dart-auth-sdk/ci/(and corresponding GitLab-CI hooks) to:- Auto-configure Git user/email from
GITLAB_USERNAME/_GIT_USERenv-vars - Create and push annotated tags
v$VERSION - Extract the release notes for this version from
CHANGELOG.md - Publish a GitLab Release via the API
- Auto-configure Git user/email from
Changed #
-
Example App Updates
- Renamed the sample-app README title:
firebase-dart-admin-sample-app→firebase-dart-sample-app - Bumped the Dart SDK constraint in
example/fingerprint-dart-auth-sdk-flutter-mobile-app/pubspec.yamlfrom^3.7.2to^3.8.1. - Updated Android config in
example/.../android/app/oldbuild.gradleand
AndroidManifest.xmlto reflect the new bundle identifiers. - Tweaked Linux CMakeLists in the example for updated target names.
- Renamed the sample-app README title:
-
Test Suite Polish
- Reformatted several
test/unit/api/…andtest/unit/types/…files for consistent trailing commas and single-line constructors. - Fixed JSON-instantiation in
aortem_fingerprint_events_update_request_test.dartto throw on missingeventId.
- Reformatted several
-
GitHub Issue Templates
- In
.github/ISSUE_TEMPLATE/community-documentation.yml, removedginjardevfrom the default assignees. - Cleaned up deprecated fields in
.github/ISSUE_TEMPLATE/config.yml.
- In
Removed #
- Obsolete CI Artifacts & Jobs
- Deleted all references to
info_issues.txt,warning_issues.txt, anderror_issues.txtin the pipeline configs underfingerprint-dart-auth-sdk/. - Purged the deprecated
unit_testing,analyze_sample_apps, andreleasejobs from the CI definition.
- Deleted all references to
0.0.1-pre+2 #
- Add All Methods
- Cleanup Repo
0.0.1-pre+1 #
- Add All Methods
- Cleanup Repo
0.0.1-pre #
- Initial pre-release version of the fingerprint Dart Auth SDK.