@@ -11,12 +11,6 @@ If you implemented your own custom refresh indicator with this library and you w
1111 - [ Table of Contents] ( #table-of-contents )
1212- [ QUICK START] ( #quick-start )
1313- [ Examples] ( #examples )
14- - [ Plane indicator [ SOURCE CODE]] ( #plane-indicator-source-code )
15- - [ Ice cream indicator [ SOURCE CODE]] ( #ice-cream-indicator-source-code )
16- - [ Simple indicator made with ` PositionedIndicatorContainer ` [ SOURCE CODE]] ( #simple-indicator-made-with-positionedindicatorcontainer-source-code )
17- - [ Envelope indicator] ( #envelope-indicator )
18- - [ Emoji indicator [ SOURCE CODE]] ( #emoji-indicator-source-code )
19- - [ Indicator with complete state [ SOURCE CODE]] ( #indicator-with-complete-state-source-code )
2014- [ Documentation] ( #documentation )
2115 - [ CustomRefreshIndicator widget] ( #customrefreshindicator-widget )
2216 - [ IndicatorController] ( #indicatorcontroller )
@@ -70,31 +64,20 @@ CustomRefreshIndicator(
7064
7165Almost all of these examples are available in the example application.
7266
73- ### Plane indicator [[ SOURCE CODE] ( example/lib/indicators/plane_indicator.dart )]
74- ![ plane_indicator ] ( readme/plane_indicator.gif )
75- ___
67+ | Plane indicator [[ SOURCE CODE] ( example/lib/indicators/plane_indicator.dart )] | Ice cream indicator [[ SOURCE CODE ] ( example/lib/indicators/ice_cream_indicator.dart )] |
68+ | :--------------------------------------------------------------------------: | :----------------------------------------------------------------------------------: |
69+ | ![ plane_indicator ] ( readme/plane_indicator.gif ) | ![ ice_cream_indicator ] ( readme/ice_cream_indicator.gif ) |
7670
77- ### Ice cream indicator [[ SOURCE CODE] ( example/lib/indicators/ice_cream_indicator .dart )]
78- ![ ice_cream_indicator ] ( readme/ice_cream_indicator.gif )
79- ___
71+ | Simple indicator made with ` PositionedIndicatorContainer ` [[ SOURCE CODE] ( example/lib/indicators/simple_indicator .dart )] | Envelope indicator |
72+ | :---------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------: |
73+ | ![ simple_indicator ] ( readme/simple_with_opacity.gif ) | ![ letter_indicator ] ( readme/letter_indicator.gif ) |
8074
81- ### Simple indicator made with ` PositionedIndicatorContainer ` [[ SOURCE CODE] ( example/lib/indicators/simple_indicator .dart )]
82- ![ simple_indicator ] ( readme/simple_with_opacity.gif )
83- ___
75+ | Indicator with complete state [[ SOURCE CODE] ( example/lib/indicators/check_mark_indicator .dart )] | Your indicator |
76+ | :---------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------: |
77+ | ![ indicator_with_complete_state ] ( readme/indicator_with_complete_state.gif ) | Have you created a fancy refresh indicator? This place is for you. Open PR. |
8478
85- ### Envelope indicator
86- ![ letter_indicator] ( readme/letter_indicator.gif )
87- ___
8879
89- ### Emoji indicator [[ SOURCE CODE] ( example/lib/indicators/emoji_indicator.dart )]
90- You can create any indicator you want!
91-
92- ![ letter_indicator] ( readme/emoji_indicator.gif )
93- ___
9480
95- ### Indicator with complete state [[ SOURCE CODE] ( example/lib/indicators/check_mark_indicator.dart )]
96- ![ indicator_with_complete_state] ( readme/indicator_with_complete_state.gif )
97- ___
9881
9982# Documentation
10083
0 commit comments