Code Monkey home page Code Monkey logo

Comments (16)

zmtzawqlp avatar zmtzawqlp commented on July 27, 2024 1

@ThinkDigitalSoftware link dev branch as github url at the moment

from extended_image.

DatStorm avatar DatStorm commented on July 27, 2024

Same error here:

Compiler message:
file:///home/USER/.pub-cache/hosted/pub.dartlang.org/cached_network_image-0.7.0/lib/src/cached_network_image_provider.dart:46:31: Error: The argument type 'Null Function(StringBuffer)' can't be assigned to the parameter type 'Iterable Function()'.

  • 'StringBuffer' is from 'dart:core'.
  • 'Iterable' is from 'dart:core'.
  • 'DiagnosticsNode' is from 'package:flutter/src/foundation/diagnostics.dart' ('file:///home/USER/flutter/packages/flutter/lib/src/foundation/diagnostics.dart').
    Try changing the type of the parameter, or casting the argument to 'Iterable Function()'.
    informationCollector: (StringBuffer information) {
    ^
    Compiler failed on /home/USER/Downloads/Instagram-Clone-master/lib/main.dart
    Finished with error: Gradle task assembleDebug failed with exit code 1

from extended_image.

ThinkDigitalSoftware avatar ThinkDigitalSoftware commented on July 27, 2024

You have to downgrade your flutter version if you want to keep using this package until he releases an update. He said he'll release it when this flutter version makes it to the stable channel

from extended_image.

DatStorm avatar DatStorm commented on July 27, 2024

@ThinkDigitalRepair Thanks for the answer 🙇‍♂️

from extended_image.

ThinkDigitalSoftware avatar ThinkDigitalSoftware commented on July 27, 2024

from extended_image.

zmtzawqlp avatar zmtzawqlp commented on July 27, 2024

@ThinkDigitalRepair @DatStorm

[0.3.3]

  • disabled informationCollector to keep backwards compatibility for now (ExtendedNetworkImageProvider)

from extended_image.

ThinkDigitalSoftware avatar ThinkDigitalSoftware commented on July 27, 2024

@ThinkDigitalRepair @DatStorm

[0.3.3]

  • disabled informationCollector to keep backwards compatibility for now (ExtendedNetworkImageProvider)

Thank you!

from extended_image.

ThinkDigitalSoftware avatar ThinkDigitalSoftware commented on July 27, 2024

@zmtzawqlp the fact that this keeps me from upgrading my Flutter version to 1.6+ is very frustrating. I have to code with lots of flutter bugs because they haven't pushed the changes to stable yet. And it's too late to remove this package from my project. 😓
Have you changed your mind at all? Or you're still only supporting Flutter stable?

from extended_image.

zmtzawqlp avatar zmtzawqlp commented on July 27, 2024

see #16

dev is ready for flutter master branch, you can link it as github url

from extended_image.

ThinkDigitalSoftware avatar ThinkDigitalSoftware commented on July 27, 2024

OK, great!

from extended_image.

zmtzawqlp avatar zmtzawqlp commented on July 27, 2024

use following code to link to dev at the moment,
extended_image:
git:
url: https://github.com/fluttercandies/extended_image.git
ref: 549af11

i will update codes to stable 1.7.8 as soon as possible,

from extended_image.

zmtzawqlp avatar zmtzawqlp commented on July 27, 2024

use following code to link to dev at the moment,

  extended_image:
    git:
      url: https://github.com/fluttercandies/extended_image.git
      ref: 549af1104e55b9494f014d8e7f8e55cb5882d729

i will update codes to stable 1.7.8 as soon as possible,

from extended_image.

ManojMM026 avatar ManojMM026 commented on July 27, 2024

tried this as well same error. in Flutter 1.7

extended_image:
    git:
      url: https://github.com/fluttercandies/extended_image.git
      ref: 549af1104e55b9494f014d8e7f8e55cb5882d729

Did not work for me.

Compiler message:
file:///Users/webwerks/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/palette_generator-0.1.1/lib/palette_generator.dart:188:29: Error: The argument type 'void Function(ImageInfo, bool)' can't be assigned to the parameter type 'ImageStreamListener'.
 - 'ImageInfo' is from 'package:flutter/src/painting/image_stream.dart' ('file:///Users/webwerks/Desktop/flutter/packages/flutter/lib/src/painting/image_stream.dart').
 - 'ImageStreamListener' is from 'package:flutter/src/painting/image_stream.dart' ('file:///Users/webwerks/Desktop/flutter/packages/flutter/lib/src/painting/image_stream.dart').
Try changing the type of the parameter, or casting the argument to 'ImageStreamListener'.
      stream.removeListener(imageListener);
                            ^
[✓] Flutter (Channel stable, v1.7.8+hotfix.3, on Mac OS X 10.14.5 18F132, locale en-IN)
    • Flutter version 1.7.8+hotfix.3 at /Users/webwerks/Desktop/flutter
    • Framework revision b712a172f9 (2 days ago), 2019-07-09 13:14:38 -0700
    • Engine revision 54ad777fd2
    • Dart version 2.4.0

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    • Android SDK at /Users/webwerks/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-28, build-tools 28.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 10.2.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 10.2.1, Build version 10E1001
    • CocoaPods version 1.7.0

[✓] iOS tools - develop for iOS devices
    • ios-deploy 1.9.4

[✓] Android Studio (version 3.4)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 37.0.1
    • Dart plugin version 183.6270
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)

[✓] Connected device (1 available)
    • moto x4 • ZY224NWFRJ • android-arm64 • Android 9 (API 28)

• No issues found!
Process finished with exit code 0

from extended_image.

zmtzawqlp avatar zmtzawqlp commented on July 27, 2024

try it

  extended_image:
    git:
      url: https://github.com/fluttercandies/extended_image.git
      ref: dev

from extended_image.

ManojMM026 avatar ManojMM026 commented on July 27, 2024

try it

  extended_image:
    git:
      url: https://github.com/fluttercandies/extended_image.git
      ref: dev

did not work. I think I will have to wait till you push update

from extended_image.

zmtzawqlp avatar zmtzawqlp commented on July 27, 2024

extended image base on v1.7.8 is ready in pub, please update it.

from extended_image.

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.