mitesh77 / Best-Flutter-UI-Templates

completely free for everyone. Its build-in Flutter Dart.
Other
20k stars 4.48k forks source link

Course info screen is not scrollable #64

Closed nick-hoang closed 1 year ago

nick-hoang commented 3 years ago

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):

aniketambore commented 3 years ago

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 3 years ago

.((:

its-me-piyush commented 2 years ago

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