Etiqueta: ui

  • Easy Material White Theme for flutter

    flutter_fast_ui_white Easy Material White Theme View Demo View Github Getting Started in pubspec.yaml dependencies: flutter_fast_ui_white: git: url: https://github.com/organic-nailer/flutter_fast_ui_white void main() { runApp(FastTheme( accentColor: Colors.pink, child: MyApp(), )); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: ‘Flutter Demo’, theme: FastTheme.of(context).theme, home: SampleListPage(), ); } } Specific Widget FastAppBar showFastTimePicker showFastDatePicker

  • Flutter widgets and themes implementing the current macOS design language

    macos_ui Flutter widgets and themes implementing the current macOS design language. Layout MacosWindow MacosWindow is the basic frame for the macOS layout. It has a Sidebar on the left and the rest of the window is typically filled out with a MacosScaffold. A scope for the MacosWindow is provided by MacosWindowScope. The sidebar can be toggled with MacosWindowScope.of(context).toggleSidebar(). MacosScaffold The …

  • Flutter Web Smart Admin & Panel Dashboard with flutter UI kit

    Smart Admin Panel & Dashboard Flutter Web Smart Admin & Panel Dashboard with flutter UI kit. 💻 Requirements Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter SDK installed (Android Studio, VSCode etc) A little knowledge of Dart and Flutter 👨‍💻 Author Developed by Deniz Çolak GitHub https://github.com/deniscolak/smart-admin-dashboard

  • Flutter UI Kits for mobile, tablet, desktop and web

    UIKits2 A complete UIs for mobile and tablet, which include 16 categories. Screenshots Tablet Screen Mobile Screen Start Screen Signup Screen Walkthrough Screen Loading Screen Profile Screen Feed Screen Article Screen Activity Screen Create Screen Chat Screen Contact Screen Store & Shop Screen Shopping Card Screen Navigation Photos Dashboard GitHub https://github.com/anoochit/uikits

  • Challenging UI & digital designs using Flutter

    Weekend With Flutter This is my new challenge. Every weekend, I want to implement challenging UI & digital designs using Flutter. you can join me with #WeekendWithFlutter hashtag in twitter. Solved Challenges Ring Spinners I find this graphic in this tweet. This is how the result looks like. Source Result GitHub https://github.com/payam-zahedi/weekend-with-flutter

  • WhatsApp UI Clone with flutter

    WhatsApp UI Clone It is a copy of the WhatsApp design. What’s inside Chat list Chat detail screen Statuses page Story view search page Images related to the application GitHub https://github.com/umutocak/WhatsAppUIClone

  • A series of basic UI Elements that have a hand drawn look with flutter

    wired_elements Wired Elements is a series of basic UI Elements that have a hand drawn look. These can be used for wireframes, mockups, or just the fun hand-drawn look. It’s the Flutter implementation of wired-elements. It’s base on the library of flutter_rough. Installation In the dependencies: section of your pubspec.yaml, add the following line: dependencies: wired_elements: <latest_version> Basic usage For …

  • A simple animated login UI with teddy For Flutter

    Teddy-Animated-Login-UI Animated Login UI with Teddy Used Packages ✨flare_flutter How to run First clone the repo: git clone https://github.com/KauaLimaMartins/Teddy-Animated-Login-UI.git In the repo path: flutter pub get And finally: flutter run GitHub https://github.com/KauaLimaMartins/Teddy-Animated-Login-UI

  • Chat App Reader Ui Made with Flutter

    ChapAPPUi Chat App Reader Ui Made with Flutter Requirements alien Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter SDK installed (Android Studio, VSCode etc) A little knowledge of Dart and Flutter Author Ui developed by DamiFlutter GitHub https://github.com/DamiFlutter/ChapAPPUi

  • A Free Crypto Dashboard Flutter UI Kit

    Crypto Dashboard Flutter UI Kit Flutter cryptocurrency UI dashboard. Free Flutter UI Kits based on designs on UpLabs Requirements Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter SDK installed (Android Studio, VSCode etc) A little knowledge of Dart and Flutter Author Apps were developed by Olayemi Garuba GitHub https://github.com/olayemii/crypto-dashboard

  • Udacity UI Clone made with Flutter Web

    Udacity UI Clone Flutter Web 2.0 Udacity UI Clone made with Flutter Web (Flutter 2.0). ScreenShots: Tools & languages: Android studio (IDE) Dart (logic) Flutter 2.0 (Mobile UI developement kit) Paint.net (Image editor) GitHub https://github.com/Mohammed-Benotmane/Flutter-Udacity-UI-Clone

  • An awesome Flutter food delivery app ui

    flutter-food-delivery-app In this repo I have build an awesome Flutter food delivery app ui. This Flutter UI challenge is taken from the dribbble. The main beauty about this UI is their hero animation while moving towards the food detail page. This Flutter Food delivery app UI tutorial is beneficial for those who want to learn the advanced concept for building …

  • Online Learning Screen UI With Flutter

    online_learning This repository is Online_Learning Screen UI – Flutter. I am fetching the data from the local JSON API. A new Flutter Online_Learning application. Designed by Arun PP, Code with Flutter by Kishor Kc. Kishor Kc I am fetching the data from the local JSON API. In the assets directory, you can get the user.json file. Also, you can change …

  • A Watch App Screen UI With Flutter

    watch_flutter A new Flutter Watch_Shop application. Designed by Adarsh Goldar, Code with Flutter by Kishor Kc. Kishor KC Design credit by Adarsh Goldar see the profile Watch_Shop App Final UI/UX GitHub https://github.com/devkishor8007/Watch_Shop_Flutter

  • Ecommerce Platform Trendyol UI Clone with flutter

    Trendyol UI Clone – Ecommerce Platform Flutter Trendyol UI Clone – Ecommerce platform Login/Register animated flutter UI kit Requirements Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter SDK installed (Android Studio, VSCode etc) A little knowledge of Dart and Flutter Author UI developed by Deniz Çolak GitHub https://github.com/deniscolak/trendyol-ui-clone