Giter Site home page Giter Site logo

Comments (5)

faiyaz-shaikh avatar faiyaz-shaikh commented on June 3, 2024

Hi @Elepert, Thanks for sharing. Can you please share more info (full reproducible code) as i am not able to reproduce it.

from flutter_calendar_view.

Elepert avatar Elepert commented on June 3, 2024

I've managed to recreate the issue with this code (which reflects my situation):

class Test extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Row(
      children: [
        Expanded(child: Container()),
        Expanded(
          child: Scaffold(
              body: MonthView()),
        ),
      ],
    );
  }
}

Specifically, adding another element to the row causes the behavior. If MonthView() is the only item in the row then it's fine.

from flutter_calendar_view.

suraiyakawsar avatar suraiyakawsar commented on June 3, 2024

I am having the same issue, is there a way to resolve this asap?

from flutter_calendar_view.

ParthBaraiya avatar ParthBaraiya commented on June 3, 2024

Hello guys, You need to provide width in this case.

I've managed to recreate the issue with this code (which reflects my situation):

class Test extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Row(
      children: [
        Expanded(child: Container()),
        Expanded(
          child: Scaffold(
              body: MonthView()),
        ),
      ],
    );
  }
}

Specifically, adding another element to the row causes the behavior. If MonthView() is the only item in the row then it's fine.

In this demo you need to provide width of the MonthView. By default calendar view will take width from MediaQuery. That's why this problem is happening. Considering the example, width should be MediaQuery.of(context).size/2. You can refer to this demo app as well, it has the similar functionality.

from flutter_calendar_view.

ParthBaraiya avatar ParthBaraiya commented on June 3, 2024

I'm closing this issue for now. Feel free to reopen this issue if given solution doesn't fix it.

from flutter_calendar_view.

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.