niku 2.4.3 copy "niku: ^2.4.3" to clipboard
niku: ^2.4.3 copied to clipboard

Property builder for styling Widget with SwiftUI like pattern

example/lib/main.dart

import 'package:flutter/material.dart';

import 'example.dart';

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

class MyApp extends StatelessWidget {
  const MyApp();

  build(context) {
    // return Material3App();

    return MaterialApp(
      title: "Niku",
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        primaryColor: Colors.blue,
        primarySwatch: Colors.blue,
        useMaterial3: true,
        // splashFactory: InkSparkle.splashFactory,
      ),
      home: Yorugao(),
    );
  }
}
65
likes
130
points
307
downloads

Publisher

verified publishersaltyaom.com

Weekly Downloads

Property builder for styling Widget with SwiftUI like pattern

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on niku