From 3a7864110248ccdb7118f0e1a1b44834d2ebaf71 Mon Sep 17 00:00:00 2001 From: Denis Beketsky Date: Wed, 10 Jul 2019 14:25:24 +0300 Subject: [PATCH 1/2] Add Sticky Infinite List package link --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 637795f..4e386e4 100644 --- a/source.md +++ b/source.md @@ -142,6 +142,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Slide Container](https://pub.dev/packages/slide_container) Slide vertically and horizontally with a smooth dampened motion by [Quentin Le Guennec](https://github.com/quentinleguennec). - [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) - An elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero). - [Direct Select](https://github.com/LanarsInc/direct-select-flutter) - Selection widget with an ethereal, full-screen modal popup by [Ivan Yatsouba](https://github.com/iyatsouba). +- [Sticky Infinit List](https://github.com/TatsuUkraine/flutter_sticky_infinite_list) - Highly configurable multi directional infinite list with Sticky Headers by [TatsuUkraine](https://github.com/TatsuUkraine) #### Drawers From 0a8dd6deeda0079114f3c6f9b857b285313844da Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 11 Jul 2019 15:52:58 +0200 Subject: [PATCH 2/2] Sticky Headers --- source.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source.md b/source.md index 4e386e4..b1ccb36 100644 --- a/source.md +++ b/source.md @@ -124,12 +124,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Contact Picker](https://github.com/goderbauer/contact_picker) - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer) - [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) - GridView with tiles of variable sizes by [Romain Rastel](https://github.com/letsar) -- [Sticky Header](https://github.com/letsar/flutter_sticky_header) - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar) - [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) - Animated Radial Menu by [Victor Choueiri](https://github.com/xqwzts) - [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) - Tinder like cards swipe effect by [Ivascu Adrian](https://github.com/Ivaskuu) -- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/) - [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) - Smooth animation from login to home by [Ruchika Gupta](https://github.com/geekruchika) -- [Side Header List](https://github.com/renefloor/side_header_list_view) - Listview with sticky headers by [Rene Floor](https://github.com/renefloor) - [Flip Panel](https://github.com/hnvn/flutter_flip_panel) - Flip panel with built-in animation by [HungHD](https://github.com/hnvn) - [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) - Facebook reactions widget by [Duy Tran](https://github.com/duytq94) - [Flushbar](https://github.com/AndreHaueisen/flushbar) - Highly configurable Snackbar by [Andre Haueisen](https://github.com/AndreHaueisen) @@ -142,13 +139,19 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Slide Container](https://pub.dev/packages/slide_container) Slide vertically and horizontally with a smooth dampened motion by [Quentin Le Guennec](https://github.com/quentinleguennec). - [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) - An elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero). - [Direct Select](https://github.com/LanarsInc/direct-select-flutter) - Selection widget with an ethereal, full-screen modal popup by [Ivan Yatsouba](https://github.com/iyatsouba). -- [Sticky Infinit List](https://github.com/TatsuUkraine/flutter_sticky_infinite_list) - Highly configurable multi directional infinite list with Sticky Headers by [TatsuUkraine](https://github.com/TatsuUkraine) + +#### Sticky Headers + +- [Sticky Infinite List](https://github.com/TatsuUkraine/flutter_sticky_infinite_list) - Highly configurable multi directional infinite list with Sticky Headers by [TatsuUkraine](https://github.com/TatsuUkraine) +- [Sticky Header](https://github.com/letsar/flutter_sticky_header) - Sliver based sticky headers by [Romain Rastel](https://github.com/letsar) +- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) - Configurable sticky headers by [Simon Lightfoot](http://www.devangels.london/) #### Drawers - [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) - Beautiful drawer mode menu feature with perspective animations by [Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec). - [Flutter Inner Drawer](https://github.com/Dn-a/flutter_inner_drawer) - An easy way to create an internal drawer (left / right) where you can enter a list-menu or other by [Di Natale Antonino](https://github.com/Dn-a). + #### Bottom bars - [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) - Animated bottom navigation by [Tony Owen](https://github.com/tunitowen).