infinite_scroll_pagination
Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
File Explorer
Download Latest Version (.zip)- bug.yml
- config.yml
- feature.yml
- build.yml
- publish.yml
- release.yml
- api-diagram.drawio
- api-diagram.png
- demo.gif
- logo.png
- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle.kts
- gradle-wrapper.properties
- .gitignore
- build.gradle.kts
- gradle.properties
- settings.gradle.kts
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- RunnerTests.swift
- .gitignore
- bloc.dart
- error.dart
- list_tile.dart
- search_appbar.dart
- search_input.dart
- touch_physics.dart
- api.dart
- item.dart
- remote.dart
- list_view.dart
- page_view.dart
- sliver_grid.dart
- home_screen.dart
- main.dart
- widget_test.dart
- .gitignore
- .metadata
- analysis_options.yaml
- example.md
- pubspec.yaml
- README.md
- paged_child_builder_delegate.dart
- paged_layout_builder.dart
- paging_listener.dart
- extensions.dart
- paging_controller.dart
- paging_state.dart
- paging_state_base.dart
- paging_status.dart
- first_page_error_indicator.dart
- first_page_exception_indicator.dart
- first_page_progress_indicator.dart
- footer_tile.dart
- new_page_error_indicator.dart
- new_page_progress_indicator.dart
- no_items_found_indicator.dart
- appended_sliver_child_builder_delegate.dart
- appended_sliver_grid.dart
- flutter_staggered_grid_view.dart
- paged_aligned_grid_view.dart
- paged_grid_view.dart
- paged_list_view.dart
- paged_masonry_grid_view.dart
- paged_page_view.dart
- paged_sliver_aligned_grid.dart
- paged_sliver_grid.dart
- paged_sliver_list.dart
- paged_sliver_masonry_grid.dart
- infinite_scroll_pagination.dart
- paged_layout_builder_test.dart
- paging_controller_test.dart
- paging_state_base_test.dart
- paging_status_test.dart
- paged_grid_view_test.dart
- paged_list_view_test.dart
- paged_masonry_grid_view_test.dart
- paged_page_view_test.dart
- paged_sliver_list_test.dart
- paging_controller_utils.dart
- screen_size_utils.dart
- .gitignore
- analysis_options.yaml
- CHANGELOG.md
- LICENSE
- MIGRATION.md
- pubspec.yaml
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/EdsonBueno/infinite_scroll_pagination
Downloads the entire project code from GitHub to your computer.
cd infinite_scroll_pagination
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd example/android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
