super_extensions 0.0.1 copy "super_extensions: ^0.0.1" to clipboard
super_extensions: ^0.0.1 copied to clipboard

We probably use lots of extension methods in our project. So, this package combines all the extension methods that are used on daily basis and make them available to you under a single package so that [...]

example/lib/main.dart

import 'package:example/home.dart';
import 'package:flutter/material.dart';

void main() => runApp(const MyApp());

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      title: 'Material App',
      home: HomePage(),
    );
  }
}
9
likes
0
points
245
downloads

Publisher

verified publisherabhishekdoshi.dev

Weekly Downloads

We probably use lots of extension methods in our project. So, this package combines all the extension methods that are used on daily basis and make them available to you under a single package so that you can reuse them in multiple packages.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, mockito

More

Packages that depend on super_extensions