portals 0.0.6 portals: ^0.0.6 copied to clipboard
Portals are strongly encrypted peer-to-peer connections. Inspired by Magic Wormhole.
0.0.6 – 2019-12-30 #
- Don't transfer
Version
s anymore, but rather more generic infoString
s. Users can still exchange versions, but also human-readable display names or something like that. It just makes portals more flexible and the API surface easier. - Remove
version
dependency. - Rename code to phrase. The term code generator conflicts with actual Dart code generators.
- The reversibility of the
PhraseGenerator
now gets verified whenever a phrase gets generated in debug mode. - Added several utility methods and functions to make the code more readable and succinct.
- The default phrase generator is now the new
WordsPhraseGenerators
, which turns both the nameplate and the key into a string of human-readable words.
0.0.5 – 2019-12-29 #
- Laxen dependencies on
collection
so the package can be used together with Flutter. - Fix some analysis issues.
0.0.4 – 2019-12-29 #
- Laxen dependencies on
pedantic
so the package can be used together with Flutter. - Fix some analysis issues.
- Fix
version
parameter in readme.
0.0.3 – 2019-12-29 #
- Add boilerplate for example.
- Fix some analysis issues.
0.0.2 – 2019-12-29 #
- Add this changelog.
- Make package description longer.
- Point to correct GitHub repository.
- Add pedantic analysis.
- Clean up readme.
- Fix some analysis issues.
0.0.1 – 2019-12-29 #
- Initial version. You can connect portals on devices that can see each other and then transfer bytes.