styled_widget 0.4.1 copy "styled_widget: ^0.4.1" to clipboard
styled_widget: ^0.4.1 copied to clipboard

Simplifying your widget tree structure by defining widget using methods. Taking ispiration from CSS and SwiftUI

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add styled_widget
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  styled_widget: ^0.4.1
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:styled_widget/styled_widget.dart';
copied to clipboard
880
likes
130
points
13.4k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.11 - 2025.03.26

Simplifying your widget tree structure by defining widget using methods. Taking ispiration from CSS and SwiftUI

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, lint

More

Packages that depend on styled_widget