fraction 5.0.3 fraction: ^5.0.3 copied to clipboard
A package that helps you work with fractions and mixed fractions.
example/lib/fraction_example.dart
/// A Dart CLI application that uses the API of the 'fraction' package.
library;
export 'src/analyzer.dart';
export 'src/fraction_analyzer.dart';
export 'src/mixed_fraction_analyzer.dart';