Skip to content

ISSUE-14 | Enhance: Remove the deprecate things - #15

Merged
santoshvandari merged 2 commits into
devfrom
chore/14-depricate-cleanup
Nov 15, 2025
Merged

ISSUE-14 | Enhance: Remove the deprecate things#15
santoshvandari merged 2 commits into
devfrom
chore/14-depricate-cleanup

Conversation

@santoshvandari

@santoshvandari santoshvandari commented Nov 15, 2025

Copy link
Copy Markdown
Owner

Description

Remove the deprecated method and function from support

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🎨 Style/UI update (no functional changes)
  • ♻️ Code refactoring (no functional changes)
  • ⚡ Performance improvement
  • ✅ Test update
  • 🔧 Configuration change
  • 🔨 Build/CI update

Related Issue(s)

Closes #14

Changes Made

  • Remove widget.file as it is deprecated from dart

Testing

  • Unit tests pass (flutter test)
  • [ x ] Analysis passes (flutter analyze)
  • [ x ] Format check passes (dart format --set-exit-if-changed .)
  • Tested on Android
  • Tested on iOS
  • Tested on Web
  • Tested on Windows
  • Tested on macOS
  • Tested on Linux

Test Configuration

Flutter version:
Dart version:
Operating System:

Screenshots (if applicable)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published
  • I have updated the CHANGELOG.md file

Additional Notes

Breaking Changes

@santoshvandari santoshvandari self-assigned this Nov 15, 2025
@github-actions github-actions Bot added documentation Improvements or additions to documentation lib example size/M breaking-change labels Nov 15, 2025
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Static Analysis Report

Analyzing docx_viewer...                                        
No issues found! (ran in 10.9s)

Updated: Sat, 15 Nov 2025 04:34:40 GMT

@github-actions

Copy link
Copy Markdown
Contributor

📚 Documentation Coverage

All public APIs are documented!


Tip: Add documentation comments to all public classes, methods, and functions.


Updated: Sat, 15 Nov 2025 04:35:19 GMT

@github-actions

Copy link
Copy Markdown
Contributor

📊 Test Coverage Report

Overall Coverage: 0%

Coverage

Details

lcov: ERROR: no valid records found in tracefile coverage/lcov.info
	(use "lcov --ignore-errors empty ..." to bypass this error)

File Coverage

lcov: ERROR: no valid records found in tracefile coverage/lcov.info
	(use "lcov --ignore-errors empty ..." to bypass this error)
Detailed file coverage not available

Updated: Sat, 15 Nov 2025 04:35:35 GMT

@santoshvandari
santoshvandari merged commit ddf71ab into dev Nov 15, 2025
@santoshvandari
santoshvandari deleted the chore/14-depricate-cleanup branch November 15, 2025 04:43
santoshvandari added a commit that referenced this pull request Nov 15, 2025
* style: auto-format code with dart format [skip ci]

* ISSUE-14 | Enhance: Remove the deprecate things (#15)

* feat: #14 remove the depreciate method

* style: auto-format code with dart format [skip ci]

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation example lib size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhance: Remove the deprecate things

1 participant