oxyfalcon / firebase_todo

3 stars 2 forks source link

Name Text in the scaffold #7

Closed oxyfalcon closed 6 months ago

oxyfalcon commented 10 months ago

Provide a system to make sure that if the name exceeds the limit, then add ... to it

dafiliks commented 10 months ago

Hey, in what file of the project is this change needed? @oxyfalcon

oxyfalcon commented 10 months ago

Hey @davidfiliks . The file that needs to be focused on is the my_homepage.dart. In the scaffold, There is an app bar that has a streambuilder which takes in the Text that needs to be displayed. What needs to be done is if the text if too big, then add triple dot eg, If name is "abcdefhg", which is too long to be fit, then it should be reduced to "abc..."

Also thank you for your interest in this repository. Feel free to use it and if there are any issues you have from your side, add it in the issues. Thanks.

oxyfalcon commented 10 months ago

It should be done in the way that the title in scaffold, continues to remain in the center. @davidfiliks Do you want to be assigned with this issue?

dafiliks commented 10 months ago

Hey, thanks for the reply. I thought this was a C/C++ issue. Unfortunately I do not know Dart so I cannot solve this problem. If you need any other issues solved that are related to C/C++ then let me know. Thanks again and I apologise.

oxyfalcon commented 10 months ago

Hey @davidfiliks . No problem. Thank you for checking out my repository though.

skfareeduddin commented 9 months ago

@oxyfalcon I proposed a solution to your issue and raised a PR. Pls review it.

oxyfalcon commented 6 months ago

The issue is now solved thanks @skfareeduddin Sorry for the long wait.

oxyfalcon commented 6 months ago

Some linting errors in your code. Please check the null safety of the code @skfareeduddin

bonamiAkash commented 6 months ago

Issue solve with #17