vector_ui

A high-performance UI toolkit for Flutter, offering visually stunning components out of the box.

Features

  • Modern and premium UI widgets.
  • Customizable styles and theming support.
  • Built-in Inter font integration.
  • Includes a rich set of Lucide icons.

Getting started

Add vector_ui to your pubspec.yaml dependencies:

dependencies:
  vector_ui: ^0.1.2

Then, run:

flutter pub get

Usage

You can view an interactive example online at https://nexosphere.codeberg.page/vector_ui/.

Alternatively, check out the /example folder for comprehensive examples, or use basic components right away:

import 'package:vector_ui/vector_ui.dart';

// Use vector_ui components in your Flutter app
const like = 'sample';

Additional information

For more information, please check our Codeberg repository. Feel free to open issues, contribute, or leave suggestions!

Libraries

vector_ui