Skip to content

amiNorouzi/functional_flutter

Repository files navigation

Functional styling in Flutter like Swift UI

Features

  • ✅ Text styling
  • ✅ Widget styling
  • ✅ and more

Getting started

This package is in development mode.

Usage

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

  @override
  Widget build(context) {
    return Scaffold(
      body: 'hello world'
          .text
          .color(Colors.amber)
          .fontFamily('family')
          .render,
    );
  }
}

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published