๐Ÿงช 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