Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter 3.13 build bug #603

Closed
GeceGibi opened this issue Aug 16, 2023 · 3 comments
Closed

flutter 3.13 build bug #603

GeceGibi opened this issue Aug 16, 2023 · 3 comments

Comments

@GeceGibi
Copy link

GeceGibi commented Aug 16, 2023

Version

8.0.2

Platforms

iOS

Device Model

iPhone 14 Pro Max

flutter info

[✓] Flutter (Channel stable, 3.13.0, on macOS 13.5 22G74 darwin-arm64, locale en-TR)
    • Flutter version 3.13.0 on channel stable at /opt/homebrew/Caskroom/flutter/3.10.6/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision efbf63d9c6 (20 hours ago), 2023-08-15 21:05:06 -0500
    • Engine revision 1ac611c64e
    • Dart version 3.1.0
    • DevTools version 2.25.0

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at /Users/siyah/Library/Android/sdk
    • Platform android-34, build-tools 34.0.0
    • Java binary at: /Users/siyah/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 14E300c
    • CocoaPods version 1.12.1

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.3)
    • Android Studio at /Users/siyah/Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)

[✓] VS Code (version 1.81.1)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.71.20230801

[✓] Connected device (3 available)
    • iPhone 14 Pro Max (mobile) • 2179A1D0-CE13-4FB2-953D-537573C459BF • ios            • com.apple.CoreSimulator.SimRuntime.iOS-16-4 (simulator)
    • macOS (desktop)            • macos                                • darwin-arm64   • macOS 13.5 22G74 darwin-arm64
    • Chrome (web)               • chrome                               • web-javascript • Google Chrome 115.0.5790.170

[✓] Network resources
    • All expected network resources are available.

• No issues found!

How to reproduce?

  1. Upgrade latest flutter version (3.13)
  2. Build app.

Logs

[   +9 ms] Failed to build iOS app
[        ] Error (Xcode): [ +877 ms] ../../.pub-cache/hosted/pub.dev/extended_image-8.0.2/lib/src/image/painting.dart:202:13: Error: 'ImageTilingInfo' isn't a
type.
           
[   +1 ms] Could not build the application for the simulator.
[        ] Error launching application on iPhone 14 Pro Max.
[   +1 ms] "flutter run" took 24,580ms.


/// 


[ +855 ms] ../../.pub-cache/hosted/pub.dev/extended_image-8.0.2/lib/src/extended_image.dart:976:36: Error: The argument type 'BorderRadius?' can't be assigned to
the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is nullable and 'BorderRadiusGeometry' isn't.
[        ]  - 'BorderRadius' is from 'package:flutter/src/painting/border_radius.dart'
('/opt/homebrew/Caskroom/flutter/3.10.6/flutter/packages/flutter/lib/src/painting/border_radius.dart').
[        ]  - 'BorderRadiusGeometry' is from 'package:flutter/src/painting/border_radius.dart'
('/opt/homebrew/Caskroom/flutter/3.10.6/flutter/packages/flutter/lib/src/painting/border_radius.dart').
[        ]               borderRadius: widget.borderRadius,
[        ]                                    ^
[  +10 ms] ../../.pub-cache/hosted/pub.dev/extended_image-8.0.2/lib/src/image/painting.dart:202:13: Error: 'ImageTilingInfo' isn't a type.
[        ]       final ImageTilingInfo info =
[        ]             ^^^^^^^^^^^^^^^
[        ] ../../.pub-cache/hosted/pub.dev/extended_image-8.0.2/lib/src/image/painting.dart:203:11: Error: Method not found: 'createTilingInfo'.
[        ]           createTilingInfo(repeat, rect, destinationRect, sourceRect);

Example code (optional)

No response

Contact

admin@gece.dev

@GeceGibi
Copy link
Author

duplicate of #602

@ItdaTeam
Copy link

me too.

@zmtzawqlp
Copy link
Member

8.1.0 is ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants