bio_flutter library
Widgets, file handlers and utilities for cross-platform representation and visualization of biological data in flutter.
Classes
- AminoAcidSequence
- BioEntity
-
BioFileFormatStrategy<
T> -
BioFileHandler<
T> - BioFileHandlerConfig
-
BioFileHandlerContext<
T> -
BioFileParser<
T> -
BioFileParserBinary<
T> -
BioFileParserString<
T> - CustomAttributes
-
CustomAttributesExtractor<
T extends BioEntity> - Embedding
- EmbeddingManager
- EmbeddingsCombiner
- NucleotideSequence
- PerResidueEmbedding
- PerSequenceEmbedding
- ProjectionCategory
- ProjectionData
- ProjectionVisualizer2D
- Protein
- Representation of a biological protein
- ProteinProteinInteraction
- Sequence
- Taxonomy
Enums
Mixins
- TypeNameMixin
- Mixin to get the type name, i.e. class name of this class
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