Giter Club home page Giter Club logo

Comments (6)

Huangfuzhimin avatar Huangfuzhimin commented on June 27, 2024 1

I solved this problem :
image

from flutter_calendar_carousel.

sernocturno avatar sernocturno commented on June 27, 2024

this works for me... on the file C:\src\flutter.pub-cache\hosted\pub.dartlang.org\flutter_calendar_carousel-2.2.0\lib\flutter_calendar_carousel.dart

on the line 326
make this change

-- headerTitle: headerText ?? widget.weekFormat ? '${_localeDate.format(_weeks[_pageNum].first)}' : '${_localeDate.format(_dates[_pageNum])}',

++ headerTitle: headerText ?? (widget.weekFormat ? '${_localeDate.format(_weeks[_pageNum].first)}' : '${_localeDate.format(_dates[_pageNum])}'),

from flutter_calendar_carousel.

arnoorani avatar arnoorani commented on June 27, 2024

Any solution for this yet? it's causing the build to fail on flutter
flutter version: 2.8.1

from flutter_calendar_carousel.

arnoorani avatar arnoorani commented on June 27, 2024

Version of flutter_calendar_carousel 2.2.0

build failed

image

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.10.4, on macOS 12.0.1 21A559 darwin-x64, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 13.4.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] IntelliJ IDEA Community Edition (version 2021.1.2) [✓] VS Code (version 1.64.0) [✓] Connected device (3 available)

were you able to solve this issue?

from flutter_calendar_carousel.

zitob9 avatar zitob9 commented on June 27, 2024

i have the same problem

from flutter_calendar_carousel.

arnoorani avatar arnoorani commented on June 27, 2024

This worked for me.

replace flutter_calendar_carousel with the following::

flutter_calendar_carousel:
git:
url: https://github.com/dooboolab/flutter_calendar_carousel
ref: 0fa2717

Screen Shot 2022-06-11 at 2 17 08 PM

f

from flutter_calendar_carousel.

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.