# influxui **Repository Path**: leanflutter/influxui ## Basic Information - **Project Name**: influxui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-19 - **Last Updated**: 2024-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # influxui [![pub version][pub-image]][pub-url] [![][discord-image]][discord-url] [pub-image]: https://img.shields.io/pub/v/influxui.svg [pub-url]: https://pub.dev/packages/influxui [discord-image]: https://img.shields.io/discord/884679008049037342.svg [discord-url]: https://discord.gg/zPa6EZ2jqb A fully featured Flutter widgets library, Inspired by mantine. --- English | [简体中文](./README-ZH.md) --- - [Quick Start](#quick-start) - [Installation](#installation) - [Usage](#usage) - [Who's using it?](#whos-using-it) - [License](#license) ## Quick Start ### Installation Add this to your package's pubspec.yaml file: ```yaml dependencies: influxui: ^0.1.0 ``` ### Usage ```dart import 'package:influxui/influxui.dart'; void main() async { runApp(MyApp()); } ``` > Please see the example app of this plugin for a full example. ## Who's using it? - [Biyi](https://biyidev.com/) - A convenient translation and dictionary app. ## License [MIT](./LICENSE)