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

Flutter SDK gap-fillers — scope function, DateTime predicates, observers, FlexGrid, debounce/throttle. Ships an LLM rule for agent-friendly coding.

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
0
points
301
downloads

Publisher

verified publishermehmetesen.com

Weekly Downloads

Flutter SDK gap-fillers — scope function, DateTime predicates, observers, FlexGrid, debounce/throttle. Ships an LLM rule for agent-friendly coding.

Homepage
Repository (GitHub)
View/report issues

Topics

#utilities #extensions #widget #flutter #llm

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on fluiver