A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
After getting familiarised with flutter web application checkout for VeloctiyX package in flutter
I built my website using VelocityX pub package 🍎
Make sure to add dependency in your pubsec.yaml file 📁
dependencies:
velocity_x: ^0.4.1📍 Now in your dart code import the library
import "package:velocity_x/velocity_x.dart";Thats it you have imported the package 📜 and ready to use !
Make sure to check out the document and tutorial before using the package.
Do check out for responsiveness of the code it is very difficult to make the page responsive. We have to check for each mobile screen sizes and for each desktop size.