The ultimate Flutter package for building responsive UIs that adapt beautifully to any screen size or orientation.
Features
- Complete responsive toolkit for mobile, tablet & desktop
- Orientation-aware components
- Fluid typography that scales with screen size
- Smart spacing system with responsive padding
- Advanced grid system with breakpoint-specific columns
- Aspect ratio widgets that adapt to portrait/landscape
- Helper extensions for common responsive tasks
- Type-safe responsive builder pattern
🚀 Installation
Add to your pubspec.yaml:
dependencies:
rs_seek: ^1.0.0
Check out the example for usage.
├── lib/
│ ├── src/
│ │ ├── rs_aspect_ratio.dart
│ │ ├── rs_breakpoints.dart
│ │ ├── rs_builder.dart
│ │ ├── rs_container.dart
│ │ ├── rs_grid.dart
│ │ ├── rs_helpers.dart
│ │ ├── rs_percent_size.dart
│ │ ├── rs_spacing.dart
│ │ ├── rs_typography.dart
│ │ └── rs_when.dart
│ └── responsive_spacing.dart
│
├── example/
│ ├── lib/
│ │ ├── rs_seek.dart
│ │ ├── eg_1.dart
│ │ ├── eg_2.dart
│ │ ├── eg_3.dart
│ │ └── eg_4.dart
│
├── README.md
└── pubspec.yaml
For the use of Git : (Main Git Commands)
git init
git add .
git remote add origin 'Repository Url'
git commit -m 'Type : Message'
git pull / git fetch origin
git push origin 'branchName'
git push origin 'branchName':'branchName2' --force
git status
git log
git branch
git merge 'branchName'
git checkout 'branchName'
git checkout -b 'branchName'
Built with ❤️ by Mohammad AD
Libraries
- rs_seek
- A Flutter package for responsive design, providing utilities for spacing, typography,