DevsOnFlutter / file_manager

FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework.
https://pub.dev/packages/file_manager
BSD 3-Clause "New" or "Revised" License
61 stars 18 forks source link

controller is getting disposed if I add file manager with different path in defaulttabController #24

Open CodeKiteshub opened 1 year ago

CodeKiteshub commented 1 year ago

DefaultTabController doesn't support File Manager with different paths.

  1. Make 4 tabs in TabBar
  2. Give File Manager widgets in TabBarView with different paths.
  3. When Switch Back in previous tab it gives error.