Flutter | Create responsive layouts for mobile, web and desktop
Fluid Layout Demo: jamesblasco.github.io/fluid_layout Fluid layouts allows you to create responsive layout for mobile, web and desktop from…
Fluid Layout Demo: jamesblasco.github.io/fluid_layout Fluid layouts allows you to create responsive layout for mobile, web and desktop from…
Awesome Card A flutter package to create a Credit Card widget in your application. Stay tuned for…
Bouncing Button 📱 Screenshots Download the Following App for Preview 🖥 Flutter Tutorial All Flutter Tutorials plus additional Code…
Settings UI for Flutter Installing: In your pubspec.yaml dependencies: settings_ui: ^0.2.0 import ‘package:settings_ui/settings_ui.dart’; Basic Usage: SettingsList( sections:…
Website Download Link to Google Play Store. iOS is coming soon. Releases Check out the Releases page. Disclaimer I am…
Badges for Flutter Installing: In your pubspec.yaml dependencies: badges: ^1.0.3 import ‘package:badges/badges.dart’; Basic Usage: Badge( badgeContent: Text(‘3’),…
Notes App This Application is Created Using Flutter. Featues Save Note. Dynamic Theame. Share App Directly from…
Simple Animations Simple Animations is a package for Flutter to boost your animation productivity by simplifying the…
note_keeper This is a note keeper created using flutter and sqlite. Getting Started This project is a…
flutter_sidekick Widgets for creating Hero-like animations between two widgets within the same screen. Features Hero-like animations. Allow…