mitesh77/Best-Flutter-UI-Templates

Course info screen is not scrollable

nick-hoang opened this issue · 3 comments

To Reproduce
Steps to reproduce the behavior:

  1. Go to Home screen
  2. Click on Design course (the last item)
  3. Click to any item
  4. See issue

Expected behavior
The course info screen is scrollable when the description text is long

Screenshots
Screenshot_1610078907

Smartphone (please complete the following information):

  • Device: Nexus 5X emulator
  • OS: android 9

To Reproduce
Steps to reproduce the behavior:

1. Go to Home screen

2. Click on Design course (the last item)

3. Click to any item

4. See issue

Expected behavior
The course info screen is scrollable when the description text is long

Screenshots
Screenshot_1610078907

Smartphone (please complete the following information):

* Device: Nexus 5X emulator

* OS: android 9

This issue is not related to the current code base, check

📁Best-Flutter-UI-Templates
    📁best_flutter_ui_templates
        📁lib
           📁design_course
               🎯course_info_screen.dart - line 179

As stated in 🎯course_info_screen.dart - line 179 the Text widget is using maxLines: 3 property, which indicated that If the text exceeds the given number of lines, it will be truncated.

The exact behavior as per the code-base looks something like this
Screenshot_1612529173

pd0h commented

.((:

Heyy is this still open I would like to contribute??