Note
- Running with html renderer runs with multiple errors.
- MobileView may still have afew responsive issues.
# Fetch packages
flutter pub get
# Run app on chrome
flutter run -d chrome --web-renderer canvaskit
# Build for deployment
flutter build web --web-renderer canvaskit
- Flutter - A Dart framework for cross-platform development.
- Responsive Framework - A simple and easy to use responsive framework for flutter apps.
$PROJECT_ROOT
│ # App Animations
├── lib/animations/
│ # Data
├── lib/data/
│ # Models
├── lib/models/
│ # Pages
├── lib/pages/
│ # Screen View
├── lib/screens/
│ # Services
├── lib/services/
│ # Theme
├── lib/theme/
│ # Utils
├── lib/utils/
│ # Widgets
|__ lib/widgets/
**Contributions highly needed and appreciated.**