niku 2.3.0-experimental.3 copy "niku: ^2.3.0-experimental.3" to clipboard
niku: ^2.3.0-experimental.3 copied to clipboard

outdated

Property builder for styling Widget with SwiftUI like pattern

example/lib/main.dart

import 'package:example/material3.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,
    //   ),
    //   darkTheme: ThemeData.dark(),
    //   home: const Tempestissimo(),
    // );
  }
}
62
likes
0
pub points
80%
popularity

Publisher

verified publishersaltyaom.com

Property builder for styling Widget with SwiftUI like pattern

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on niku