Etiqueta: ui

  • Simple Flutter UI for Mountain App

    Flutter UI – Mountain Simple Flutter UI for Mountain App. 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 ouronline documentation, which offers tutorials, samples, guidance …

  • Flutter UI Challenges for fun

    flutter_fun Just small ui challenges for Fun. Fun with ImageData IoT Humidity App Slider Design: https://dribbble.com/shots/6315218-IoT-Humidity-App-Slider Result: iPhone’s Today View (IOS 13) GitHub

  • A flutter UI kit developed on top of the contra wireframe kit

    Contra Flutter Kit Flutter application built on top of contra wireframe kit. Thorough this project i will be developing all the screens in flutter and sharing in couple of series post. Kits Contra flutter kit will be having screens developed in all the categories.(Currently only onboarding kit is available) Onboarding Login Forms Menus Dialogs Toast Chat Screens Shopping screens Blogs …

  • Use the easiest way to create a dotted line view with flutter

    fdottedline FDottedLine provides developers with the ability to create dashed lines. It also supports creating a dashed border for a Widget. Support for controlling the thickness, spacing, and corners of the dotted border. ✨ Features Supports dotted lines in both horizontal and vertical directions Support to create dashed shapes Provide super easy way to add dotted border to Widget Support …

  • A basic UI toolkit to get you started with flutter

    Basic UI Toolkit A basic UI toolkit to get you started with flutter application development. Widget List: SchoolToolkitButton: Button with a busy indicator SchoolLocationWidget: Card to display school information OutlinedButton: Button with only outline border with a busy indicator SchoolToolkitTextField: Custom text field SchoolToolkitRoleButton: Animated role selection button OverlappingButtonCard: Overlapping container with a hovering button on the bottom Calendar: Calendar …

  • 40 Beautiful Flutter UI Themes For Developers

    Flutter UI Themes Do you want to save time building your Flutter app? Developing an app from scratch is a costly and time-consuming process, but a Flutter app template is affordable because much of the code is already written for you. Don’t reinvent the wheel by starting with an empty codebase. In this article, we have showcased highly streamlined app …

  • A Nice Flutter Furniture App

    Furniture App – Flutter UI Packages we are using: flutter_svg: link goole_fonts: link Fonts Poppins link We design two pages one is the product page with a search bar at the top then the category list at the end list of products. And another one is the details page provides you more details about the product like price, long description, …

  • A flutter UI Challenge for Traveling

    lets_head_out A flutter UI Challenge for Traveling. 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 GitHub

  • A flutter widget that expresses the concept of neuomorphism in UI design

    neuomorphic_container A package widget that applies the concept of Neuomorphism in software development using Flutter. Getting Started Neumorphic containers pretends to extrude from the background. It’s an elevated form created from the same element of the background. The background color of your application or widget hosting the Neuomorphic Container has to match the Neuomorphic Container background color to display properly. …

  • Authentication + Splash Screen Flutter UI with flutter

    rest_app Authentication + Splash Screen Flutter UI, UI created getting inspired from one share on dribble with flutter. UI created getting inspired from one share on dribble with flutter, after getting amazing responce, Added Firebase Authentication To use just connect to firebase, All the things are done just add the googleservice.json file and ios GoogleService-Info.plish and you are done. Do …

  • Material Design Scaffold for Flutter

    responsive_scaffold On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. View Demo View Github Getting Started 3 Column Layout example Responsive Layout Follows Material Design Layout Docs. Here is a demo on various sizes. Example import ‘package:flutter/material.dart’; import ‘package:responsive_scaffold/responsive_scaffold.dart’; class LayoutExample extends StatelessWidget { @override Widget build(BuildContext context) …