bio_flutter library

Widgets, file handlers and utilities for cross-platform representation and visualization of biological data in flutter.

Mixins

TypeNameMixin
Mixin to get the type name, i.e. class name of this class

Extensions

XYZ on List<double>

Functions

nullableMerge<T>(T? t1, T? t2, String exceptionMessage, bool failOnConflict) → T?
Compares two nullable values of same type for merge conflicts
str2bool(String string) bool
triggerFileDownload(Uint8List bytes, String fileName) Future<void>
Web-specific file download handling