velocityx
velocityx 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.
"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:
dependencies:
...
velocity_x: <latest_version>
in your library add the following import:
import 'package:velocity_x/velocity_x.dart';
for help getting started with flutter, view the online documentation.
�� bulletin
- now supports null-safety
- video tutorials on youtube for updates & walk through videos.
- join the discord
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 |
Comments are closed.