Etiqueta: ui

  • Flutter Google Sheets Example and Neumorphic Design

    Flutter Google Sheets Example and Neumorphic Design Google Sheet is a web-based spreadsheet application created by Google. Google Sheet allows collaborative editing in real-time. All users can see all the changes made by other users. Slidebar chat feature that allows a collaborative discussion. Google Sheets also support offline editing. It also supports multiple file formats and file types eg. .xlsx, …

  • A Flutter inplementation of the reorderable grid UI pattern, closely mimics Flutters exisiting ReorderableList

    🔳 Reorderable Grid 🔳 A full reorderable grid implemention similar to Flutters Reorderable_List. withfull ReorderableGridView, ReorderableGrid and SliverReorderableGridimplementations 🔨 How it works ReorderableGridView is a drop in replacement for the existing GridView and adds an onReorder callback that provides the original and new index of the reordered item. /// create a new list of data final items = List<int>.generate(40, (index) …

  • Credit Card UI For Flutter

    TP1 FLUTTER CREDIT CARD UI FIRST step : must enter the number of credit card then the expired date SECONDE step : you enter the CVV in the back of the card after she turn automatically THIRD step : you enter the first and last name of the card owner => the you click valid GitHub View Github

  • Shopping ui and Product Data Read firebase with flutter

    shopping_ui_design 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 ouronline documentation, which offers tutorials, samples, guidance on mobile development, and a …

  • A collection of Login Screens, Buttons, Loaders and Widgets with attractive UIs built with Flutter

    Flutter Screens A collection of Login Screens, Buttons, Loaders and Widgets with attractive UIs, built with Flutter, ready to be used in your applications. Last Update: Added SlideListView Widget Screenshots And Usage SlideListView A widget that can be used to present two different views that can be toggled using a Floating Action Button. The views toggle with a nice cube-rotation …

  • Shoes Store UI Built With Flutter

    shoes_store shoes store ui – flutter instagram : https://www.instagram.com/deverflu/ screens: menu : 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, …

  • Build Beautiful UIs with Flutter Widgets

    I learnt this following thing from this project How to create Stateless Widgets What is the difference between hot reload and hot refresh and running an app from cold How to use Containers to lay out your UI How to use Columns and Rows to position your UI elements How to add custom fonts How to add Material icons How …

  • Flutter Smart Admin Panel And Dashboard

    🔥 🔥 Smart Admin Panel & Dashboard Flutter Web Smart Admin & Panel Dashboard with flutter UI kit. Support ⭐️ If you want to access the backend(Firebase or Django) integrated fully management system with comprehensive features and good documentation. You can leave me message. ⭐️ Smart Admin Panel & Dashboard 💻 Requirements Any Operating System (MacOS, Linux, Windows) Any IDE …

  • Create mobile marketplace design using Flutter

    Mobile Marketplace Watch it on YouTube Explore & Product Detail Screen On this Marketplace Design has two pages one for the product page which has a horizontal list of categories then a list of our products. Then on the details page, it shows the price, rating, total view, and description of the product with the Buy Now button. Learn File …

  • Fast code and awesome design-ui for Login Page in flutter

    ByDzTm071 🐱‍👤 Fast code and awesome design-ui for Login Page Part 2 ! 🔥 Getting Started # First you need to add simple_animations 4.0.0 Or + and flutter_svg in the dependency at pubspec.yaml: dependencies: simple_animations: ^4.0.0 flutter_svg: ^0.22.0 Two you need to remove comment in the dependency at pubspec.yaml: # assets: # – images/ To assets: – images/ And add …

  • Facebook UI Clone using Flutter

    FLUTTER FACEBOOK UI CLONE This facebook UI clone is done with Google’s Flutter…. Its highly widget refactored (reusable widgets)…. You can download the Apk from the download folder…. download => app-release.apk GitHub https://github.com/Febin-T-Rajeev/Flutter_Facebook_UI_Clone

  • A collection of pixel-perfect iOS-styled components and properties for Flutter

    cupertinew ⚠️ Experimental and work in progress ⚠️ A collection of pixel-perfect iOS-styled components and properties for Flutter, following the official guidelines. By Jeroen Meijer and Reuben Turner. About the Cupertinew project Last updated: 2021-09-28 Reasoning Cupertinew is a Flutter project that spawned out of a desire to create a set of pixel-perfect iOS-styled components and properties for Flutter. While …

  • Fast code and awesome design-ui for flutter navigation bar

    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: dependencies: … flashy_tab_bar: ^0.0.3 Basic Usage # Add this inside your main.dart or your page ! bottomNavigationBar: FlashyTabBar( selectedIndex: _selectedIndex, showElevation: true, onItemSelected: (index) => setState(() { _selectedIndex = index; }), items: [ …

  • E-commerce application ui in flutter

    E-commerce application ui in flutter Hi 👋 I recently started with an E-commerce App and decided to share my exploration. I tried to make it sleek and according to latest design trends. 🥇Follow me on Twitter:https://www.twitter.com/findshailesh 🥇Follow me on Instagram:https://www.instagram.com/ishaileshmishra screenshots API Information (under development) Need some help? Drop a message to me mshaileshr@gmail.com Download APK Click To Download GitHub …

  • Modern UI snackbar widget for flutter

    top-snackbar-flutter If you need to show the user some information in a nice way, you can use this package. The API is as simple as API for regular Material method showDialog. If you need to use your own widget to display, you can pass it into showTopSnackBar function. Getting Started In order to show a CustomSnackBar you need to call …