monster555 / flutter_elastic_list_view

A Flutter package providing elastic scrolling effect in ListView.builder with enhanced functionality and customization.
https://pub.dev/packages/flutter_elastic_list_view
MIT License
63 stars 10 forks source link

Rename Library Files to Match Package Name and Update Imports #3

Closed monster555 closed 8 months ago

monster555 commented 8 months ago

Description

This pull request implements changes to align library file names with the package name (flutter_elastic_list_view). Additionally, it updates imports in example and test files to reflect the new naming conventions.

Changes

  1. File Renaming

    • Renamed library files from elastic_list_view to flutter_elastic_list_view.
  2. Import Updates

    • Updated imports in example and test files to reflect the new file names.

Benefits

Why

Aligning library file names with the package name is essential for maintaining a clear and understandable codebase. This update ensures consistency and helps developers easily identify related components.

Testing