Flutter Widgets that you can touch and feel

Related tags

UI proximity
Overview

Flutter widgets you haven't used yet.

Get it on Google Play Download on the App Store

Problems that proximity solves

Currently, Flutter has a lot of useful pre-built widgets, no, too many widgets.
Thus, it is not easy to know all widgets and how each widgets work and behave.
Proximity solves this problem. It enables users to touch and feel widgets so that they can learn them effectively.

Gif

55dbc10639d0f23b9cf7c0e7d8c6765e

Powerful search by Algolia

2db5b746b41a8b73188f3d9a7d907941

Widgets that you can touch and feel

  • AnimatedAlign
  • AnimatedPositioned
  • ReorderableListView
  • Slider
  • Expanded
  • Flexible
  • Align
  • FCM(Push notification)
  • FractionallySizedBox
  • IndexedStack
  • Sliver
    • SliverAppBar
    • SliverListAndSliverGridView
  • Algolia(iOS only) - Full-text search
  • SearchDelegate
  • Table
  • SwitchListTile
  • AnimatedSwitcher
  • RotatedBox
  • Scrollbar
  • ExpansionPanel
  • PhysicalModel

Coming soon

Widget

  • AnimatedList
  • Flow
  • AnimatedWidget
  • ToggleButtons
  • AnimatedIcon
  • SafeArea
  • InteractiveViewer
  • Curves
  • Switch
  • Navigator

Package

  • animations
  • adobe_xd
  • flutter_slidable
  • flutter_chat_ui
You might also like...

🔥 Flutter Widgets 掘金对应专栏,欢迎关注

🔥 Flutter Widgets 掘金对应专栏,欢迎关注

Flutter Widgets 示例集合 本项目基于 Flutter 2.2.1 版本,是系列 Flutter Widget 示例源码,有对应的文章详细讲解,持续更新敬请关注。 在线预览 全景脑图 持续更新中 掘金专栏 欢迎关注 已完成文章 AnimatedContainer ClipRRect、C

Dec 14, 2022

Code generation for Flutter Padding widgets based on your constants

Paddinger Paddinger is a Flutter package to generate Padding widgets. Given a set of constants like: @paddinger const double PADDING_NORMAL = 8; A set

Oct 20, 2022

Build Beautiful UIs with Flutter Widgets

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

Dec 31, 2021

A wrapper to show a scroll to top prompt to the user on scrollable widgets.

A wrapper to show a scroll to top prompt to the user on scrollable widgets.

flutter_scroll_to_top A wrapper to show a scroll to top prompt to the user on scrollable widgets. Installing Add the following dependency to your pubs

May 16, 2022

Display all stand alone widgets in a nice UI

Display all stand alone widgets in a nice UI

flutter_organized_widgets Display all stand alone widgets in a nice UI How to install Add to dependencies: flutter_organized_widgets: git: https

Nov 18, 2022

A nice clean onboarding screen for your e-commerce app that can run both Andriod and iOS devices because it builds with flutter

A nice clean onboarding screen for your e-commerce app that can run both Andriod and iOS devices because it builds with flutter

A nice clean onboarding screen for your e-commerce app that can run both Andriod and iOS devices because it builds with flutter

Dec 4, 2022

A customizable segment tab control. Can be used with or without TabView.

A customizable segment tab control. Can be used with or without TabView.

A customizable segment tab control. Can be used with or without TabView. Features The package provides an advanced segmented control widget based on t

Nov 16, 2022

Fluid layouts allows you to create responsive layout for mobile, web and desktop from a single codebase.

Fluid layouts allows you to create responsive layout for mobile, web and desktop from a single codebase.

Fluid layout aims to help building a responsive experience through all the different screen sizes. Based in the boostrap approach, FluidLayout calculates a padding content (fluid_padding) that changes depending on the parent size. The Fluid widget uses that padding to set its size

Jan 10, 2022

A flutter package to help you beautify your app popups.

A flutter package to help you beautify your app popups.

flutter_beautiful_popup 中文 A flutter package to help you beautify your app popup, can be used in all platform.Live Demo. Preview: Getting Started Add

Dec 30, 2022
Comments
  • add sample of autocomplete widget

    add sample of autocomplete widget

    Hi @mafreud . I tried implement Autocomplete widget of AutocompleteCore.

    Following image is interaction of the feature. autocomplete

    I can't understand how to decide to mark widget's chipList (or tag). Please tell me if you have any reference.

    opened by tokidrill 1
  • Adding sliver sample widgets

    Adding sliver sample widgets

    Motivation

    I would like to implement a basic sample page for Sliver.

    Widgets

    • [x] SliverAppBar
    • [x] SliverGrid
    • [x] SliverToBoxAdapter
    • [x] SliverList

    GIf 🎥

    sliver

    Ref

    https://flutter.dev/docs/development/ui/advanced/slivers

    enhancement good first issue 
    opened by mcz9mm 1
  • chore: add how to firebase setting to build, run and execute application

    chore: add how to firebase setting to build, run and execute application

    Hi @mafreud . I tried to build and execute this project in my local machine simulator for contribute. But some firebase setting is required this project to execute.

    I found that the following two settings are required.

    • Place "GoogleService-Info.plist"
    • Enable Anonymous authentication of Firebase Authentication

    So that, I add how to settings to README.md.

    opened by tokidrill 0
Releases(v1.9.0)
Owner
Masahiro Aoki
A Freudian Engineer and Entrepreneur.
Masahiro Aoki
This Dart package offers developers a streamlined library of Flutter widgets, useful for expanding widgets and text views, when users interact with them.

This Dart package offers developers a streamlined library of Flutter widgets, useful for expanding widgets and text views, when users interact with them.

Jesús Rodríguez 44 Dec 6, 2022
A flutter package to display a country, states, and cities. In addition it gives the possibility to select a list of countries, States and Cities depends on Selected, also you can search country, state, and city all around the world.

A flutter package to display a country, states, and cities. In addition it gives the possibility to select a list of countries, States and Cities depends on Selected, also you can search country, state, and city all around the world.

Altaf Razzaque 25 Dec 20, 2022
A simple package that provides you with some widgets and cutom clippers which implements the shape of a coupon card.

Coupon UI Kit A simple package that provides you with some widgets and cutom clippers which implements the shape of a coupon card. The example contain

AbdulMuaz Aqeel 15 Dec 20, 2022
A TypeAhead widget for Flutter, where you can show suggestions to users as they type

Flutter TypeAhead A TypeAhead (autocomplete) widget for Flutter, where you can show suggestions to users as they type Features Shows suggestions in an

null 661 Jan 5, 2023
With flutter tags you can create selectable or input tags that automatically adapt to the screen width

flutter_tags Create beautiful tags quickly and easily. Installing Add this to your package's pubspec.yaml file: dependencies: flutter_tags: "^0.4.9+

Antonino Di Natale 417 Dec 21, 2022
A set of high-level Flutter UI components and stand-alone widgets for easier implementation of most used UI features

A set of high-level Flutter UI components and stand-alone widgets for easier implementation of most used UI features

Evgeny Cherkasov 37 Jul 25, 2022
Responsive Sizer helps implement are responsive layout by providing helper widgets and extensions

Responsive Sizer Responsive Sizer helps implement a responsive layout by providing helper widgets and extensions Content Installation Parameters Take

CoderUni 71 Jan 3, 2023
Allows widgets to be zoomed in and out by inserting a OverlayEntry which allows the widget to be on the front at all times.

zoom_pinch_overlay An instagram style pinch and zoom widget for all platform completely written in pure dart! All other "zoom_pinch" package doesnt di

Samuel 18 Nov 29, 2022
Movies App UI in Flutter using Simple Widgets without Using API's in Flutter.

Movies App UI in Flutter using Simple Widgets without Using API's in Flutter.

Habib ullah 3 May 15, 2022
A Flutter package that enables users to resize the internal widgets by dragging.

resizable_widget ResizableWidget enables users to resize the internal widgets by dragging. This package contains simple APIs, but if needed, you can c

null 35 Dec 2, 2022