Git Product home page Git Product logo

Comments (3)

Skyost avatar Skyost commented on August 17, 2024

Is it possible for you to provide me an animated GIF of the situation you're describing ?

from flutterweekview.

krishnakumarcn avatar krishnakumarcn commented on August 17, 2024

Screenshot_20200814-191645~2

I'm not sure if this feature is already there or not.

This is not a normal use case though,

So in the screenshot below, there are like 11 event occuring for the timeframe 7pm to 8pm.

If the number of events are say 3 or 4 or less than that, the width of the single event card can hold some or most of the title text which is meaningful to the end user.

But in this case, the card width got reduced in order to accomodate all the 11 events on the same row.

So fixing the minimum card width at 1/4th of the screen width or to some custom value and then if the contents cant fit in, then a horizontal scroll is what I'm expecting/proposing. (If this is already there, sorry. I couldn't make it work😐)

from flutterweekview.

Skyost avatar Skyost commented on August 17, 2024

In fact, this is the intended behavior. And it's not possible to expand the widget to place all events with a width of, let's say, screen width / 4, because of the Week View widget.

The Week View consists of multiple Day Views of the same width. So if one Day View spans, then the others will not have the same width, and some serious problems will occur (scrolling, positioning, ...).

from flutterweekview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.