archethic_lib_dart 0.0.20 
archethic_lib_dart: ^0.0.20 copied to clipboard
ArchEthic dart library for Flutter based on Official ArchEthic Javascript library for Node and Browser
Changelog #
0.0.20 - 2021-07-14 #
- Change version naming
 - Use rfc6979 for ecdsa signature
 
0.0.17+17 - 2021-07-13 #
- Remove flutter references
 
0.0.16+16 - 2021-07-13 #
- Remove unused folders
 
0.0.15+15 - 2021-07-12 #
- Add Code Factor Controls (https://www.codefactor.io/repository/github/reddwarf03/archethic_lib_dart)
 
0.0.14+14 - 2021-07-12 #
- Web compatibility
 
0.0.13+13 - 2021-07-12 #
- Remove Flutter declarations
 
0.0.12+12 - 2021-07-12 #
- Remove Flutter SDK dependencies
 
0.0.11+11 - 2021-07-12 #
- Add methods : encrypt & decrypt a data for a given public key using AES algorithm
 
0.0.10+10 - 2021-07-12 #
- Documentation
 
0.0.9+9 - 2021-07-12 #
- Expose services
 - Fix bugs
 
0.0.8+8 - 2021-07-08 #
- Update Crypto and Transaction builder with the latest changes from the node implementation
 - Add api methods
 
0.0.7+7 - 2021-07-06 #
- Update Crypto and Transaction builder with the latest changes from the node implementation
 - Update dependencies
 
0.0.6+6 - 2021-06-23 #
- Rename references by ArchEthic
 - Update dependencies
 
0.0.5+5 - 2021-05-11 #
- Add coingecko api (Get Uniris Coin infos (name, price, market, ... including exchange tickers))
 - Add absinthe socket
 
0.0.4+4 - 2021-05-04 #
- Add api requests (fetchBalance, getTransactionContent, getTransactions)
 - Add coingecko api
 - Organize packages
 
0.0.3+3 - 2021-04-21 #
- Dartdoc
 - Change project structure
 
0.0.2+2 - 2021-04-21 #
- Remove cupertino_icons dependency
 - Dart format
 
0.0.1+1 - 2021-04-21 #
- Initial release.