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

cant work flutter 3.0 #47

Closed
wengxianxun opened this issue May 25, 2022 · 4 comments
Closed

cant work flutter 3.0 #47

wengxianxun opened this issue May 25, 2022 · 4 comments

Comments

@wengxianxun
Copy link

cant work flutter 3.0

@kenaitian
Copy link

kenaitian commented May 25, 2022

The application runs on Android but these warnings are persistent and causing other issues when Git Actions is used for AppStore/PlayStore Deployment:

Launching lib/main.dart on LM Q610 FGN in debug mode...
Running Gradle task 'assembleDebug'...
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
D/FlutterLocationService(17540): Creating service.
D/FlutterLocationService(17540): Binding to location service.
Debug service listening on ws://127.0.0.1:52808/-tpfGZJ9-sE=/ws
Syncing files to device LM Q610 FGN...
../../.pub-cache/hosted/pub.dartlang.org/card_swiper-2.0.3/lib/src/custom_layout.dart:36:20: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.

  • 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../Development/flutter/packages/flutter/lib/src/widgets/binding.dart').
    WidgetsBinding.instance!.addPostFrameCallback(_getSize);
    ^
    ../../.pub-cache/hosted/pub.dartlang.org/card_swiper-2.0.3/lib/src/transformer_page_view/transformer_page_view.dart:540:22: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
  • 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../Development/flutter/packages/flutter/lib/src/widgets/binding.dart').
    WidgetsBinding.instance!.addPostFrameCallback(_onGetSize);
    ^
    ../../.pub-cache/hosted/pub.dartlang.org/card_swiper-2.0.3/lib/src/transformer_page_view/transformer_page_view.dart:554:22: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
  • 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../Development/flutter/packages/flutter/lib/src/widgets/binding.dart').
    WidgetsBinding.instance!.addPostFrameCallback(_onGetSize);
    ^
    ../../.pub-cache/hosted/pub.dartlang.org/mobile_scanner-1.1.0/lib/src/mobile_scanner.dart:50:20: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.
  • 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../Development/flutter/packages/flutter/lib/src/widgets/binding.dart').
    WidgetsBinding.instance?.addObserver(this);
    ^
    ../../.pub-cache/hosted/pub.dartlang.org/mobile_scanner-1.1.0/lib/src/mobile_scanner.dart:134:20: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.
  • 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../Development/flutter/packages/flutter/lib/src/widgets/binding.dart').
    WidgetsBinding.instance?.removeObserver(this);
    ^
    [GETX] Instance "GetMaterialController" has been created
    [GETX] Instance "GetMaterialController" has been initialized
    I/flutter (17540): --none-- pushing /
    I/flutter (17540): --authCubit-- started listenning to auth changes
    I/flutter (17540): initing : Size(411.4, 822.9)
    I/flutter (17540): --authCubit-- new user state in userState listenner
    I/flutter (17540): --authCubit-- user sate changed to null
    I/flutter (17540): --none-- pushing /login
    [GETX] REPLACE ROUTE null
    [GETX] NEW ROUTE null
    I/flutter (17540): initng login page
    I/Timeline(17540): Timeline: Activity_idle id: android.os.BinderProxy@7b2b16f time:10289288
    D/TransportRuntime.CctTransportBackend(17540): Making request to: https://firebaselogging.googleapis.com/v0cc/log/batch?format=json_proto3
    D/NetworkSecurityConfig(17540): No Network Security Config specified, using platform default
    I/TransportRuntime.CctTransportBackend(17540): Status Code: 200
    I/TransportRuntime.CctTransportBackend(17540): Content-Type: application/json; charset=UTF-8
    I/TransportRuntime.CctTransportBackend(17540): Content-Encoding: gzip

@AmosHuKe
Copy link

#46

@kenaitian
Copy link

Please close this ticket as there are new issues unrelated to this one.

@TheAnkurPanchani
Copy link
Owner

Latest release should have fix this. Please check.
card_swiper: ^2.0.4

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

4 participants