flutter_miracl_sdk
MIRACL Trust Flutter Plugin
0.12.0
6.2K downloads/mo
#3551 most downloaded on pub.dev
miracl/trust-sdk-flutter-wrapper
What this package is like to depend on
Last release 4 days ago
20 Aug 2026
Release timing varies
gaps range from 8 days to 5 months
Nearly every release is documented
notes for 21 of 21 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
21 releases · first in 2025
8 releases in the last 12 months
see the full history below
Release timeline
21 releases · May 2025 to Aug 2026
2026
Releases
latest 21-
0.12.020 Aug 2026 -
0.11.031 Jul 2026 -
0.10.030 Jul 2026 -
0.9.010 Mar 2026 -
0.8.008 Dec 2025 -
0.7.105 Dec 2025 -
0.7.012 Nov 2025 -
0.6.029 Sep 2025 -
0.5.223 Jul 2025 -
0.5.102 Jul 2025 -
0.5.1+115 Jul 2025 -
0.5.030 Jun 2025 -
0.4.024 Jun 2025 -
0.3.324 Jun 2025 -
0.3.224 Jun 2025 -
0.3.124 Jun 2025 -
0.3.024 Jun 2025Release notes
Open source →This release prepares the API for a future stable version by simplifying and cleaning up several parts of the code.
Added
pinLengthproperty to theUserclass.
Changed
authenticateWithmethods now returnvoidinstead ofbool. They now just throw an exception if something goes wrong.- Renamed the
invalidUniversalLinkerror code toinvalidLinkfor a more general name that is correct for both iOS and Android. - Made all
Userclass propertiesfinalto make them read-only after creation.
Removed
- The base
MIRACLExceptionclass to simplify exception handling. - All string messages from exceptions. They were not consistent across platforms, and error codes should be used instead.
-
0.2.014 May 2025 -
0.2.0+119 May 2025 -
0.2.0+222 May 2025 -
0.2.0+317 Jun 2025Release notes
Open source →- Improved Error Handling: Resolved issues with error name parsing when code is obfuscated or minified by implementing a type-safe exception translation layer between native code and Flutter.