bbaas
BBaaS Dart Package - a simple way to build a new tokenized world
3.1.6
What this package is like to depend on
Last release 1 years ago
20 Apr 2025
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 12 of 13 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
13 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
13 releases · Mar 2024 to Apr 2025
2025
2026
Releases
latest 13-
3.1.620 Apr 2025 -
3.1.511 Mar 2025 -
3.1.426 Dec 2024Release notes
Open source →- Patch Notes v 3.1.4
- String? data now is available to add data comments on transactions
-
3.1.303 Nov 2024 -
3.1.210 Sep 2024 -
3.1.104 Jun 2024 -
3.1.004 Jun 2024Release notes
Open source →- Patch Notes v 3.1.0
- CG gateway implemented
- gateway changed to gatewayOptions to better organization code
- bool isAndroidEmulator, use only if debugmode true. Its changes the localhost from 0.0.0.0 to 10.0.2.2, the localhost if using android emulator
-
3.0.609 May 2024 -
3.0.504 Apr 2024 -
3.0.403 Apr 2024 -
3.0.303 Apr 2024Nothing published for this version
-
3.0.226 Mar 2024 -
3.0.126 Mar 2024Release notes
Open source →- Version v 3.0.1
- Patch Notes v 3.0.1
- OAuth 2.0 implementation (now each operations requires authorizations see docs.bbaas.io to get start)
- RSA implementation to send and cashout transactions
- More dart records implementation
- (result, response) = await walletUser.start(seed);
- (success, message) = await walletUser.send(addressTo, amount, tokenCode);