bweird_widgets 0.1.1 copy "bweird_widgets: ^0.1.1" to clipboard
bweird_widgets: ^0.1.1 copied to clipboard

A collection of BWeird widgets and components with GetX implemented

BWeird Toolkit Components #

Pub Version License

A Flutter package offering a collection of reusable UI components and utilities designed to streamline development and enhance productivity. This package is part of BWeird’s app development projects, providing a seamless foundation for UI construction and an optimized user experience.

Dependencies BWeird widget components rely on the following dependencies:

  • GetX
  • Iconify

Note: These dependencies must be included in your project for the package to function correctly.

Requriement #

A predefined theme color system designed to be applied across the entire application, ensuring a consistent and cohesive user interface.

ThemeData(
	textTheme:  TextTheme(
	bodyLarge:  TextStyle(fontFamily:fontFamily,fontWeight:FontWeight.w400,fontSize:14),
	bodyMedium: TextStyle(fontFamily:fontFamily,fontWeight:FontWeight.w400,fontSize:13),
	bodySmall:  TextStyle(fontFamily:fontFamily,fontWeight:FontWeight.w400,fontSize:12),
	colorScheme:  ColorScheme(
		brightness:  Brightness.light,
		primary:  Colors.blue,
		onPrimary:  Colors.black,
		secondary:  Colors.green,
		onSecondary:  Colors.black,
		error:  ColorTheme.COLOR_DANGER,
		onError:  Colors.white,
		surface:  Colors.white,
		onSurface:  Colors.black
		)
))

Features #

  • ✨ Basic Components ( Button, Text, Textfield, Tab)
  • 🎨 Layout ( Resonsive Split Screen, Side Menu Large Screen )
  • ⚡ Container
  • 📱 Dialog

Installation #

Add this to your pubspec.yaml file:

dependencies:
your_package_name: latest_version
get: ^4.7.2 || latest_version
iconify_flutter: ^0.0.5 || latest_version

Then run:

flutter  pub  get

Usage #

Import the package:

import  'package:bweird_widgets/bweird_widgets.dart';
import  "package:bweird_widgets/utilities.dart";

Example #



Components #

Text #

A simple customizable button.

Button #

A pre-styled card component.



Contributing #

Contributions are welcome! Feel free to submit issues or pull requests.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

1
likes
0
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of BWeird widgets and components with GetX implemented

Homepage

License

unknown (license)

Dependencies

flutter, get, iconify_flutter

More

Packages that depend on bweird_widgets