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

outdated

Convenience extensions to make common Flutter tasks less annoying

example/example.dart

import 'package:flutter/material.dart';
import 'package:fast_extensions/fast_extensions.dart';

class ExampleWidget extends StatelessWidget {
  const ExampleWidget({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return Center(
      child: Text('TextTheme example', style: context.textTheme.headline4),
    );
  }
}
0
likes
0
pub points
33%
popularity

Publisher

verified publisherrexios.dev

Convenience extensions to make common Flutter tasks less annoying

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fast_extensions