Hide (minimize/obfuscate) internal algorithms of a Dart library on flutter web
I have a dart library which uses some fancy algorithms. I would like to share the library but hide (minimize or obfuscate) the algorithms themselves. Is this possible? I'm using Flutter/web. Context: I've built an application for a customer; he…