Flutter Import FixerWelcome to the Flutter Import Fixer extension! This is my first extension and it's designed to help you fix broken import statements when you move files or folders in a Flutter project. I'm excited to announce that this is now an open source project! DescriptionWhen working on a Flutter project, moving files or folders can often break import statements. This extension provides a workaround to handle this issue, making your coding experience smoother and more efficient. UsageAfter installation, the extension will automatically fix broken import statements when files or folders are moved within your Flutter project. Open SourceThis project is open source under the MIT License. This means you're free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software. See the Feedback and Bug ReportsAs this is my first open source project, there may be some bugs or room for improvement. If you encounter any issues or have any suggestions, please feel free to open an issue in the GitHub repository. Your feedback is greatly appreciated! DisclaimerPlease note that this extension is a workaround for handling broken import statements in Flutter. While it aims to improve your coding experience, there may be edge cases that it does not cover. Important NoteBefore renaming or moving any files or folders, please ensure to commit your changes. This will help prevent any loss of work and maintain the integrity of your codebase. Thank you for your understanding and support! |