FlutterBunnyCLI /
flutter_bunny_cli
🐰 A Powerful CLI tool for creating and managing Flutter applications with best practices and ⚡️ consistent architecture
70/100 healthLoading repository data…
opxica / repository
Create consistent and responsive cross-platform Flutter app interfaces in a snap with Modular UI's flexible building blocks.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Run this command in your terminal
flutter pub add modular_ui
Add this line to import the package.
import 'package:modular_ui/modular_ui.dart';
Primary Button
MUIPrimaryButton(
text: "Primary Button",
onPressed: () => onButtonPressed("Primary Button"),
),
Primary Card
MUIPrimaryCard(
title: 'UI/UX Review Check',
description:
'The place is close to Barceloneta Beach and bus stop just 2 min by walk and near to "Naviglio" where you can enjoy the main night life in Barcelona',
image: Image.network(
'https://images.unsplash.com/photo-1540553016722-983e48a2cd10?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80',
fit: BoxFit.cover,
),
buttons: [
MUIPrimaryButton(
text: 'Read More',
onPressed: () {},
),
],
),
Primary Carousal
MUICarousel(
images: [
"https://github.com/shadcn.png",
"https://github.com/shadcn.png",
"https://github.com/shadcn.png",
"https://github.com/shadcn.png",
"https://github.com/shadcn.png"
],
indicatorType: CarouselIndicatorType.dot,
duration: Duration(seconds: 2),
),
For more code samples, you can head on to our documentaion at . https://modularui.site
Calling on all the trendsetting Flutter enthusiasts! ❤️🔥 Join forces as we pioneer the creation of the ultimate, expansive, and seamless UI Library for Flutter. Let's make waves together! 🚀 Please refer to our contribution guidelines for details and don't forget to drop a Hi at discord
Selected from shared topics, language and repository description—not editorial ratings.
FlutterBunnyCLI /
🐰 A Powerful CLI tool for creating and managing Flutter applications with best practices and ⚡️ consistent architecture
70/100 health