madlab 0.1.0
madlab: ^0.1.0 copied to clipboard
A collection of Flutter utilities for charting, math expressions, HTTP calls, video playback, and WebSocket communication.
๐งช Madlab #
A collection of Flutter utilities for common mobile development tasks, including:
- ๐ Beautiful charts using
fl_chart
- ๐งฎ Math expression evaluator
- ๐น Video playback
- ๐ HTTP utilities
- ๐ WebSocket helpers
Usage #
import 'package:madlab/factorial.dart';
void main() {
print(factorial(5));
}
๐ Getting Started #
Add madlab
to your pubspec.yaml
:
dependencies:
madlab: ^0.0.4