thema 0.1.0-dev01 copy "thema: ^0.1.0-dev01" to clipboard
thema: ^0.1.0-dev01 copied to clipboard

thema reduces the boilerplate code required to create ThemeExtension classes with macros.

example/lib/main.dart

// ignore_for_file: public_member_api_docs

import 'package:flutter/material.dart';

void main() {
  runApp(const MainApp());
}

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text('Hello World!'),
        ),
      ),
    );
  }
}
1
likes
0
pub points
0%
popularity

Publisher

verified publisherronnnnn.com

thema reduces the boilerplate code required to create ThemeExtension classes with macros.

Repository (GitHub)
View/report issues

Topics

#theme #macros

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

collection, macros

More

Packages that depend on thema