Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iampawan/velocityx
A minimalist Flutter framework for rapidly building Flutter apps.
https://github.com/iampawan/velocityx
component dart extension-methods flutter framework hacktoberfest hacktoberfest2022 ui velocityx
Last synced: 21 days ago
JSON representation
A minimalist Flutter framework for rapidly building Flutter apps.
- Host: GitHub
- URL: https://github.com/iampawan/velocityx
- Owner: iampawan
- License: mit
- Created: 2020-03-16T11:17:02.000Z (over 4 years ago)
- Default Branch: stable
- Last Pushed: 2024-08-21T02:58:08.000Z (3 months ago)
- Last Synced: 2024-10-15T10:23:03.120Z (21 days ago)
- Topics: component, dart, extension-methods, flutter, framework, hacktoberfest, hacktoberfest2022, ui, velocityx
- Language: Dart
- Homepage: https://velocityx.dev
- Size: 1.93 MB
- Stars: 1,425
- Watchers: 30
- Forks: 189
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![VelocityX](https://img.shields.io/badge/velocityx-fast-red)](https://github.com/iampawan/velocityx)
[![Pub release](https://img.shields.io/pub/v/velocity_x.svg?style=flat-square)](https://pub.dev/packages/velocity_x)
[![GitHub Release Date](https://img.shields.io/github/release-date/iampawan/velocityx.svg?style=flat-square)](https://github.com/iampawan/velocityx)
[![GitHub issues](https://img.shields.io/github/issues/iampawan/velocityx.svg?style=flat-square)](https://github.com/iampawan/velocityx/issues)
[![GitHub top language](https://img.shields.io/github/languages/top/iampawan/velocityx.svg?style=flat-square)](https://github.com/iampawan/velocityx)
[![Likes](https://badges.bar/velocity_x/likes)](https://pub.dev/packages/velocity_x/score)
[![Popularity](https://badges.bar/velocity_x/popularity)](https://pub.dev/packages/velocity_x/score)### Show some :heart: and star the repo.
[![GitHub followers](https://img.shields.io/github/followers/iampawan.svg?style=social&label=Follow)](https://github.com/iampawan/)
[![Twitter Follow](https://img.shields.io/twitter/follow/imthepk.svg?style=social)](https://twitter.com/imthepk)[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/Apache-2.0)
---
## [Demo App](https://vx-demo.web.app/)
## [Subscribe to Codepur](https://codepur.dev/)
---
[**VelocityX**](https://velocityx.dev/) is a 100% free Flutter open-source minimalist UI Framework built with Flutter SDK to make Flutter development easier and more joyful than ever.
## Inspired from Tailwindcss and SwiftUI.
```dart
"Welcome to VelocityX".text.white.xl4.bold.center.makeCentered().box.roundedLg.red500.shadow2xl.make().whHalf(context).centered();
```---
## Getting started
In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
velocity_x:
```In your library add the following import:
```dart
import 'package:velocity_x/velocity_x.dart';
```For help getting started with Flutter, view the online [documentation](https://velocityx.dev/docs/install).
---
### 📌  Bulletin
- Now supports null-safety
- [Video Tutorials on YouTube](https://www.youtube.com/watch?v=IOhJCN4T1V4&list=PLR2qQy0Zxs_UHLXSYbK50jEapx0ORmLYv) for updates & walk through videos.
- [Join the discord](https://discord.gg/9tXYvNq)## Why use VelocityX?
VelocityX is known for :
| Vx | Vx |
| :--------------------------------- | :-------------------------- |
| 100% fast, performant & compatible | 100% free & open-source |
| 100% ready for production | 200% faster for writing UIs |---
## Features
✅  [State Management](https://velocityx.dev/docs/vxstate/getting_started)
✅  [Custom UIs](https://velocityx.dev/docs/install)
✅  [Custom Shapes](https://velocityx.dev/docs/shapes/vxcircle)
✅  [Super VX](https://velocityx.dev/docs/supervx/vxswiper)
✅  [Extension Methods](https://velocityx.dev/docs/extensions/context)
✅  [Responsive Layout](https://velocityx.dev/docs/features/responsive)
✅  [Color Palette](https://velocityx.dev/docs/colors)# Quick start
Read the [Getting started page of VelocityX](https://velocityx.dev/docs/install)
## VelocityX Video Tutorials
[Watch here](https://www.youtube.com/playlist?list=PLR2qQy0Zxs_UHLXSYbK50jEapx0ORmLYv)
---
---
## Some popular Super Vx widgets
| [VxShapes](https://velocityx.dev/docs/shapes/vxcircle) | [VxSwiper](https://velocityx.dev/docs/supervx/vxswiper) | [VxResponsive](https://velocityx.dev/docs/features/responsive) | [VxPlatform](https://velocityx.dev/docs/supervx/vxplatform) | [VxToast](https://velocityx.dev/docs/supervx/vxtoast) | [VxRating](https://velocityx.dev/docs/supervx/vxrating) | [VxStepper](https://velocityx.dev/docs/supervx/vxstepper) |
## Some Quick UIs made using VelocityX
## Contributing
VelocityX is **100% free** and **open source**. We encourage and support an active, healthy community that accepts contributions from the public – including you. There are a couple of ways in which you can contribute to the growing community of `VelocityX`.
- Pick up any issue marked with ["good first issue"](https://github.com/iampawan/velocityx/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
- Fix a bug
- Write and improve some **documentation**. Documentation is very critical to us. We would appreciate help in adding multiple languages to our docs.
- If you are a developer, feel free to check out the source and submit pull requests.
- Dig into [**CONTRIBUTING.MD**](CONTRIBUTING.md), which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.
- Please don't forget to **like**, **follow**, and **star our repo**!# Documentation
[**Installation Guide**](https://velocityx.dev/docs/install)
### :heart: Found this project useful?
If you found this project useful, then please consider giving it a :star: on Github and sharing it with your friends via social media.
---
### YouTube Channel
[Codepur](https://www.youtube.com/hellocodepur)
[Codepur Hindi](https://www.youtube.com/hindicodepur)### Facebook Group
[Let's Flutter With Dart](https://www.facebook.com/groups/425920117856409/)
### Collection of flutter apps with tutorial
[Flutter Example Apps](https://github.com/iampawan/FlutterExampleApps)
---
## Project Created & Maintained By
### Pawan Kumar
Google Developer Expert for Flutter. Passionate #Flutter, #Android Developer. #Entrepreneur #YouTuber
# Donate
> If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee:
>
> - [PayPal](https://www.paypal.me/imthepk/)### Note: VelocityX is not directly and/or indirectly associated/affiliated with Flutter or Google LLC.
## Active Contributors
1. Ayush Bherwani
1. Hasnen Tai
1. Harpreet Singh## Copyright-and-license
Code and documentation Copyright 2020 [Pawan Kumar](https://twitter.com/imthepk). Code released under the [Apache License](./LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).