tmthecoder / dargon2

Argon2 Dart Bindings
https://docs.tmthecoder.dev/dargon2/
MIT License
18 stars 12 forks source link

Restructure repo #4

Closed tmthecoder closed 2 years ago

tmthecoder commented 2 years ago

This adds in all the dargon2 sister plugins (dargon2, dargon2_core, dargon2_interface, dargon2_flutter, dargon2_flutter_mobile, dargon2_flutter_web, and dargon2_flutter_platform_interface) together in a monorepo-style structure.

Why?

All the plugins are intrinsically related and it makes simultaneous editing, testing, and feature addition much easier

Similarly, issue testing, feature addition, and general work will be made much easier, especially within the deeper dependencies like dargon2_core, dargon2_interface, or dargon2_flutter_platform_interface as I can quickly see any cascading changes.

No Breaking Changes

This is just me moving files from separate repositories to one unified one. There are ZERO changes to the plugin code with this PR, all that is done is restructuring. Any use within applications will continue as-is without any developer changes