madlab 0.0.4 copy "madlab: ^0.0.4" to clipboard
madlab: ^0.0.4 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
1
likes
0
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of Flutter utilities for charting, math expressions, HTTP calls, video playback, and WebSocket communication.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

fl_chart, flutter, http, math_expressions, video_player, web_socket_channel

More

Packages that depend on madlab