Category : Designs

DT Money About This project was initially developed with React, in a event called Next Level Week, which is a intense week of free content with an amazing quality. In this state the application data is just placeholders, futher work will be done and it will be a simple, but functional project. Runs on Web, ..

Read more

About This App design is used as patient monitoring such as medicine intake reminder and schedulled activities. Application design is based on Medical App Freebies! designed by Sub1 Screenshots Home Page Details Page Download this app design source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Canton Design System Canton Design System elements and resources for Flutter. Description This package contains elements that I use in my apps. It includes things such as themes (colors, typography, etc.), custom methods, buttons, text-inputs, a color picker, and more. This all in attempt to limit the amount of time I spend on remaking simple ..

Read more

Flutter-awesome-bottom-navigation-bar 🐱‍👤 Fast code and awesome design-ui for flutter navigation bar  Getting Started # First you need to add flashy_tab_bar 0.0.3 in the dependency at pubspec.yaml: Basic Usage # Add this inside your main.dart or your page ! Note From : flashy_tab_bar in pub.dev !! 🐱‍👤 made with algeria  Download this design UI source code on GitHub ..

Read more

Figma Squircle Flutter implementation of Figma’s corner smoothing. Usage Decoration The SmoothRectangleBorder can be provided to a regular ShapeDecoration with a custom SmoothBorderRadius. Container( height: 100, width: 100, decoration: ShapeDecoration( color: Colors.red.withOpacity(0.75), shape: SmoothRectangleBorder( borderRadius: SmoothBorderRadius( cornerRadius: 10, cornerSmoothing: 0.5, ), ), ), ) Only Each corner can have an independent smoothing and radius. SmoothBorderRadius.only( topLeft: SmoothRadius( cornerRadius: 10, cornerSmoothing: ..

Read more

fluent_ui Design beautiful native windows apps using Flutter Unofficial implementation of Fluent UI for Flutter. It’s written based on the official documentation You can check the web version of it here Content Motivation Installation Badge Style Icons Colors Accent color Brightness Visual Density Typograpy Font Type ramp Reveal Focus Motion Page Transitions Navigation Navigation View App Bar Navigation ..

Read more

extheme A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance ..

Read more

VegetableOrderUI-Android Check out the new style for App Design aims for the Vegetable Order Service using jetpack compose… Screenshots Please click the image below to enlarge. Contributing Please fork this repository and contribute back using pull requests. Any contributions, large or small, major features, bug fixes, are welcomed and appreciated but will be thoroughly reviewed. Download ..

Read more

pixel_perfect Put a semi-transparent image with the design over the top of the developed layout. It helps you to compare original design and current page. Getting started Add pixel_perfect in your pubspec.yaml dependencies. dependencies: pixel_perfect: any How To Use Simple use Add assets folder with images to your pubspec.yaml uses-material-design: true assets: – assets/ Import the following package ..

Read more

Weather App  Project created to replicate design made by DesignSense . Demo: Packages used: flutter_svg: ^0.22.0 sleek_circular_slider: ^2.0.1 r_dotted_line_border: ^0.1.1 flutter_zoom_drawer: ^2.0.2+4 Thanks  I have to thank DesignSense for making this beautiful Weather app design in XD and posting the file so I can have used it as a base for flutter. Downlaod Weather App source code on GitHub FlutterappworldProvides the ..

Read more

Spending Tracker Flutter Home Screen This Flutter project recreates a minimal home screen design for a spending tracker app. The mockup was created by @elainelumanauw.design on Dribble. I saw the mockup on instagram in one of Elaine’s reels and thought it would be cool to try recreating it functionally in Flutter. What it looks like in Flutter ..

Read more

An expressive way to effortlessly build design systems in Flutter. Mix offers primitive building blocks to help developers and designers create beautiful and consistent UI. Important Motivation & Goals Creating consistent custom (non-material) UI in Flutter is difficult Maintaining a design system is much harder than building it. Visual attributes should be defined outside of ..

Read more

Paper is a implementation of Flx Design System for Flutter. Installing Add a lines like this to your pubspec.yaml. dependencies: paper: git: url: https://github.com/the-flx/paper.git ref: vX.X.X After replace X.X.X of the prefer version of package on github releases page. Next step is will run command flutter pub get. Importing Now in your Dart code, import paper ..

Read more

Flutter Carbon Unofficial implementation of Carbon Design System using Flutter framework Finished widgets  CButtons (primary, secondary, danger, tertiary, ghost)  CTextfield (primary, success , warning, danger) based on validation  CForm (form , form group)  CCheckbox  CSVGIcon  CLink  Breadcrumb  Toggle Screenshots Form Button Toggle Setup project Clone the repo: git clone https://github.com/NourEldinShobier/carbon-flutter Change directory to lab: cd ..

Read more

Animal Conserv by sinaamiriyam Animal Conservation app design by sinaamiriyam Download Animal conservation app design source code on GitHub https://github.com/Muhibush/animal_conserv_by_sinaamiriyam FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Login Fresh LogiFresh helps you build a login easily with a friendly design, and very flexible for its construction. Installation Follow the install instructions here Use demo First you need to download the github repository and run the following commands: git clone https://github.com/Krysthyan/login_fresh.git cd login_fresh/example flutter run Languages docs English Español Examples You can view the ..

Read more

Short Intro: It’s OK to love Flutter and hate hand-coding design elements. Parabeac-Core converts design files into Flutter code. Parabeac-Core Parabeac-Core is an open-source repository that converts design files into Flutter code. · Designer Protocol · Understanding the code export · Contribute · Community · Dev.to  Special Shout out if you’re here for #HacktoberFest! Double your swag by contributing to Parabeac as one of ..

Read more

Short into: A collapsible sidebar for Flutter apps implementing the Material Design. collapsible_sidebar A collapsible sidebar for Flutter apps implementing the Material Design. Features Material Design Pre-built customizable tile widgets (CollapsibleItems) Smooth Animation Supported platforms Flutter Android Flutter iOS Flutter web Flutter desktop ???? Version 1.0.7+2 ✨  Added ability to handle lists of icons Added ..

Read more

SheCodeAfrica design challenges #Week3: CarLease screens design challenge by She Code Africa community Screenshots Design Design Implementation(Different Icons) Download CarLease screens design source code on GitHub https://github.com/Anniekobia/CarLease FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

waterfall_flow A Flutter grid view easy to build waterfall flow layout quickly. Web demo for WaterfallFlow Language: English | 中文简体 waterfall_flow Use Easy to use CollectGarbage ViewportBuilder LastChildLayoutTypeBuilder CloseToTrailing Use add library to your pubspec.yaml dependencies: waterfall_flow: any import library in dart file import ‘package:waterfall_flow/waterfall_flow.dart’; Easy to use you can define waterfall flow layout within SliverWaterfallFlowDelegate. ..

Read more

Cupertino Stepper for Flutter Cupertino version of the stock Material Stepper in Flutter. NOTE: This is not the same as the UIStepper control on iOS. Stepper is a widget that displays progress through a sequence of steps. Steppers are particularly useful in the case of forms where one step requires the completion of another one, or where multiple steps need to ..

Read more

FButton From then on, developers only need to master one Button component, which is enough. Support rounded corners, borders, image, special effects, loading mode. Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star  !  Features Rich corner effect Exquisite border decoration Gradient effect Flexible icon support Intimate Loading mode Cool interaction Special effects More sense of space Shadow  Guide  Parameters  Basic parameters Param Type Necessary Default desc onPressed VoidCallback ..

Read more

Curved Design Code for a simple ui screen created with flutter. Design credit – https://dribbble.com/shots/6687016-Foody-Food-by-Subscription How do I code this – https://youtu.be/K1uH_SN4X0w Screenshots Download Flutter Curved Design source code on GitHub https://github.com/rajayogan/flutterui-curveddesigns FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Flutter UI clones Login UI (Credits : Karthick Krishnamoorthy) Toy cart UI (Credits : Serhii Polyvanyi) Balloon slider (Credits : Cuberto) Onboarding UI (Credits : Cuberto) Rating UI (Credits : Cuberto) Performance Graph (Credits : Selecto) Menu interaction concept (Credits : Oleg Frolov) Swipe to respond (Credits : Cuberto) Gooey Tab Bar (Credits : Cuberto) Send Message (Credits : Sreeraj VS) Tab Menu (Credits : Cuberto) ..

Read more

Luxurycars One of the best ways to practice design and understand it is to look up for some designers work and try to code it your self! For now i just created the Home Screen i’ll be adding others screen soon. Design credits : https://dribbble.com/shots/5607416-Automotive-Applications-Product-List-Product-Details Download Luxurycars app source code on GitHub https://github.com/aminejafur/Luxurycars FlutterappworldProvides the list ..

Read more

Flutter Material Pickers A flutter package containing commonly used material design picker dialogs. Some are new, some wrap existing or built in pickers with a common dialog and access function. It includes: New Pickers showMaterialScrollPicker: Allows selection of a string via a slot machine carousel showMaterialNumberPicker: Allows selection of a number via a slot machine ..

Read more

Pokemon App Pokemon App with animations, beautiful UI and network call. YouTube Tutorials Hindi Build a beautiful Pokemon App English Build a beautiful Pokemon App Screenshots Getting Started For help getting started with Flutter, view our online documentation. Download Pokemon App Source Code on GitHub https://github.com/iampawan/PokemonApp FlutterappworldProvides the list of the opensource Flutter apps collection with ..

Read more

flutter_circle_color_picker A beautiful circle color picker for Flutter. Light theme Dark Theme Usage … body: Center( child: CircleColorPicker( initialColor: Colors.blue, onChanged: (color) => print(color), size: const Size(240, 240), strokeWidth: 4, thumbSize: 36, ), ), … API /// Called during a drag when the user is selecting a color. /// /// This callback called with latest ..

Read more

BMI Calculator  Implementation of Johny Vino‘s design. Design(s): Implementation: Download BMI Calculator App Source Code on GitHub https://github.com/MarcinusX/bmi_calculator FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more