madlab 0.1.0 copy "madlab: ^0.1.0" to clipboard
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
1
likes
125
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

circular_countdown_timer, fl_chart, flutter, geolocator, google_maps_flutter, http, intl, math_expressions, shared_preferences, timezone, url_launcher, video_player, web_socket_channel

More

Packages that depend on madlab