-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code enhancements for flutter #1
Comments
Hey! can I work on this? also can I add new issues on this projects? any restrictions for new issues? |
@Amitkumarkoli Don't forget to fork the repository before getting started. Feel free to take on any existing issues or create a new issue following proper open-source guidelines. You can also propose a new feature by first creating an issue with a clear description and expected behavior. Looking forward to your contributions! |
@Amitkumarkoli are you still working on this issue? |
Suppose he is doing this issue. I will take it and may start to enhance it. Later he can follow that. How about @muzammildafedar ? |
Sounds good to me. |
I am still working on it |
The Flutter version of the project is 3.19.6 now. Should we upgrade? |
Thank you for bringing this up. Before proceeding with the upgrade, I'd like to check which dependencies might be affected by moving to the new version. Please go ahead and upgrade to the latest Flutter version, and let me know if any packages are impacted during the process. Once we identify the affected dependencies, we can address any issues accordingly. |
**hey I rebooted my system due to some issue and now when I reinstalled everything then my project is not running, i have mentioned below error.can u pls help to run this project??**Warning: In index.html:63: Local variable for "serviceWorkerVersion" is deprecated. Use
SS- |
I mentioned it before and added it to the readme file. This error was caused by the Flutter version. Change your local Flutter version to 3.19.6 and you can run after that. |
yes already tried but nothing happened! |
Try with puro. It is the alternative way and I suppose easier than FVM. |
@Amitkumarkoli how's your progress on this? |
I am working on doc rn and i added comments in code , and checking imp code (for enhancing the code ) , and dependencies is already updated . |
Does someone work on this? |
I am working on this , and I updated the readme file and added the contrubuting.md separate file and also added comments for new contributors , dependencies are updated already , and currently working on logic and try to update it . |
Sure, @Amitkumarkoli. I suggest that you and @LaPyaeOo divide the code into separate folders for better code enhancement. This way, @LaPyaeOo can work on parts of the code that haven't been improved yet. @Amitkumarkoli, you can mention the sections of the code where no enhancements have been made so that @LaPyaeOo can start working on those. Alternatively, you both can discuss and split the entire codebase between yourselves. Let me know if this sounds like a good idea. |
sounds good to me ! |
We are looking to enhance the existing codebase of our flutter. This issue aims to discuss and implement various improvements that can lead to better performance, maintainability, and overall code quality.
Enhancements Suggestions:
Code Refactoring: Identify any areas in the codebase that could benefit from refactoring to improve readability and reduce complexity.
Performance Optimization: Look for opportunities to optimize the performance of the app, including minimizing widget rebuilds, improving loading times, etc.
Add Comments and Documentation: Ensure that all critical sections of the code are well-commented. This will help new contributors understand the logic and purpose of various components.
Update Dependencies: Review and update any outdated dependencies in the pubspec.yaml file to their latest stable versions.
Improve Error Handling: Enhance error handling throughout the application to ensure a smoother user experience and better debugging capabilities.
Implement Best Practices: Follow Flutter and Dart best practices (such as proper state management, separation of concerns, etc.) in the codebase.
Unit Testing: Increase the coverage of unit tests across various modules to ensure code reliability and facilitate future changes.
Additional Notes:
Please feel free to add more suggestions or areas of improvement based on your experience with the codebase.
Let's discuss the priorities and assign tasks accordingly.
The text was updated successfully, but these errors were encountered: