one_uikit 0.0.3
one_uikit: ^0.0.3 copied to clipboard
A comprehensive Flutter UI Kit with reusable components, icons, and utilities for 1APP project
One UI Kit #
A comprehensive Flutter UI Kit with reusable components, icons, and utilities for 1APP project.
Features #
- π¨ Rich Icon Collection - 1000+ SVG icons organized by categories
- π§© Reusable Components - Custom widgets for common UI patterns
- π§ Utility Extensions - Helper methods for common tasks
- οΏ½οΏ½ Error Handling - Built-in error display widgets
- οΏ½οΏ½ SnackBar Helpers - Easy-to-use notification system
Getting started #
Add this to your package's pubspec.yaml file:
dependencies:
one_uikit: ^0.0.1
Usage #
Import the package #
import 'package:one_uikit/one_uikit.dart';
Show SnackBar notifications #
// Success message
context.showSnackBar(message: 'Operation completed successfully!');
// Error message
context.showSnackBar(
message: 'Something went wrong!',
isError: true
);
Display errors #
OneError(
error: exception,
stackTrace: stackTrace,
);
Use icons #
// Icons are available in assets/icons/ directory
// You can use them with SvgPicture.asset()
SvgPicture.asset('packages/one_uikit/assets/icons/general/activity.svg')
Available Components #
- OneError - Error display widget with logging
- SnackBar Helper - Extension methods for showing notifications
Available Icons #
The package includes 1000+ SVG icons organized in categories:
- οΏ½οΏ½ Alerts - Error, warning, and notification icons
- β‘οΈ Arrows - Directional and navigation icons
- π Charts - Data visualization icons
- π¬ Communication - Message and phone icons
- π» Development - Code and technical icons
- βοΈ Editor - Text editing and formatting icons
- π Education - Learning and academic icons
- π Files - Document and file management icons
- π° Finance - Banking and financial icons
- π General - Common and utility icons
- πΌοΈ Images - Photo and media icons
- π Layout - Design and layout icons
- πΊοΈ Maps - Location and transportation icons
- π΅ Media - Audio and video icons
- π Security - Authentication and security icons
- π· Shapes - Geometric and design icons
- π Social - Social media and networking icons
- β° Time - Clock and schedule icons
- π₯ Users - User and profile icons
- π€οΈ Weather - Weather and climate icons
Additional information #
- GitHub: https://github.com/yourusername/one_uikit
- Issues: https://github.com/yourusername/one_uikit/issues
- Documentation: https://github.com/yourusername/one_uikit#readme
License #
This project is licensed under the MIT License - see the LICENSE file for details.