softui_dev 0.0.2 copy "softui_dev: ^0.0.2" to clipboard
softui_dev: ^0.0.2 copied to clipboard

Flutter Neumorphism Ultra is a modern and customizable Flutter package designed for creating neumorphic UI components such as containers, buttons, grids, and lists with ease.

example/lib/main.dart

import 'package:example/home.dart';
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: HomePage(),
    );
  }
}
7
likes
145
points
76
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter Neumorphism Ultra is a modern and customizable Flutter package designed for creating neumorphic UI components such as containers, buttons, grids, and lists with ease.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on softui_dev