fluiver 4.1.0 copy "fluiver: ^4.1.0" to clipboard
fluiver: ^4.1.0 copied to clipboard

Flutter SDK gap-fillers — non-scrolling Grid, TickerBuilder, Debounce/Throttle, LRUCache, DisposableBag, Object.let, DateTime/Iterable/Color extensions. Ships an LLM skill.

example/lib/main.dart

import 'package:example/src/index_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const App());
}

class App extends StatelessWidget {
  const App({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(home: IndexPage());
  }
}
5
likes
160
points
212
downloads

Documentation

API reference

Publisher

verified publishermehmetesen.com

Weekly Downloads

Flutter SDK gap-fillers — non-scrolling Grid, TickerBuilder, Debounce/Throttle, LRUCache, DisposableBag, Object.let, DateTime/Iterable/Color extensions. Ships an LLM skill.

Homepage
Repository (GitHub)
View/report issues

Topics

#extensions #utilities #llm #widget #flutter

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fluiver