Giter VIP home page Giter VIP logo

flutter-alice's Introduction

About me

  • ๐Ÿ‘‹ Hi, Iโ€™m a software engineer at One Mount Group in Hanoi, Vietnam
  • ๐Ÿ‘€ Iโ€™m interested in Mobile Software, Information Security, Image Processing and more
  • ๐ŸŒฑ Iโ€™m currently learning iOS app development with Swift
  • ๐Ÿ’ฌ Ask me about Flutter and Dart.
  • ๐Ÿ˜„ Pronouns: he/him/his
  • ๐Ÿ“ซ Reach me at [email protected]

Apps

flutter-alice's People

Contributors

aakashbhusal7 avatar alyyasser avatar applysci avatar britannio avatar darran-kelinske-fivestars avatar droidluv avatar gadfly361 avatar hautvfami avatar itsjokr avatar jhomlala avatar jhomlalabsg avatar mattisbrizard avatar sthasaugat avatar tajchert avatar tungakanui avatar tvolkert avatar vietbq88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

flutter-alice's Issues

[FEATURE] isn't bump version necessary after upgrade on overlay_support?

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

[GO_ROUTER SUPPORT] The MaterialApp.router has no field named navigatorKey

I have to pass the navigator key in GoRouter config but it ran to an error
@singleton class AppPages { final router = GoRouter( initialLocation: Routes.home, debugLogDiagnostics: true, navigatorKey: getIt<AliceHelper>().getNavigatorKey, routes: [ GoRoute( name: Routes.home, path: Routes.home, builder: (context, state) => const CorePage(), ), GoRoute( name: Routes.anotherPage, path: Routes.anotherPage, builder: (context, state) => const AnotherPage(), ), ], ); }

E/flutter ( 1208): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:overlay_support/src/overlay_state_finder.dart': Failed assertion: line 12 pos 7: '_debugInitialized': Global OverlaySupport Not Initialized ! E/flutter ( 1208): ensure your app wrapped widget OverlaySupport.global E/flutter ( 1208): #0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:51:61) E/flutter ( 1208): #1 _AssertionError._throwNew (dart:core-patch/errors_patch.dart:40:5) E/flutter ( 1208): #2 findOverlayState (package:overlay_support/src/overlay_state_finder.dart:12:7) E/flutter ( 1208): #3 showOverlay (package:overlay_support/src/overlay.dart:63:26) E/flutter ( 1208): #4 AliceCore.showDebugAnimNotification (package:flutter_alice/core/alice_core.dart:237:5) E/flutter ( 1208): #5 AliceCore._showLocalNotification (package:flutter_alice/core/alice_core.dart:171:5) E/flutter ( 1208): #6 AliceCore._onCallsChanged (package:flutter_alice/core/alice_core.dart:87:15) E/flutter ( 1208): #7 new AliceCore._.<anonymous closure> (package:flutter_alice/core/alice_core.dart:67:55) E/flutter ( 1208): #8 _RootZone.runUnaryGuarded (dart:async/zone.dart:1594:10) E/flutter ( 1208): #9 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:339:11) E/flutter ( 1208): #10 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7) E/flutter ( 1208): #11 _MultiStreamController.addSync (dart:async/stream_impl.dart:1044:36) E/flutter ( 1208): #12 _MultiControllerSink.add (package:rxdart/src/utils/forwarding_stream.dart:130:35) E/flutter ( 1208): #13 _StartWithStreamSink.onData (package:rxdart/src/transformers/start_with.dart:12:31) E/flutter ( 1208): #14 _RootZone.runUnaryGuarded (dart:async/zone.dart:1594:10) E/flutter ( 1208): #15 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:339:11) E/flutter ( 1208): #16 _DelayedData.perform (dart:async/stream_impl.dart:515:14) E/flutter ( 1208): #17 _PendingEvents.handleNext (dart:async/stream_impl.dart:620:11) E/flutter ( 1208): #18 _PendingEvents.schedule.<anonymous closure> (dart:async/stream_impl.dart:591:7) E/flutter ( 1208): #19 _microtaskLoop (dart:async/schedule_microtask.dart:40:21) E/flutter ( 1208): #20 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5) E/flutter ( 1208): I/flutter ( 1208): [๐ŸŒŽ Easy Localization] [DEBUG] Build I/flutter ( 1208): [๐ŸŒŽ Easy Localization] [DEBUG] Init Localization Delegate I/flutter ( 1208): [๐ŸŒŽ Easy Localization] [DEBUG] Init provider I/flutter ( 1208): I/flutter ( 1208): โ•”โ•ฃ DioError โ•‘ DioExceptionType.connectionTimeout I/flutter ( 1208): โ•‘ The request connection took longer than 0:00:30.000000. It was aborted. I/flutter ( 1208): โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• I/flutter ( 1208): [๐ŸŒŽ Easy Localization] [WARNING] Localization key [dio_cancel_request] not found

Upgrade Requested

Hello sir,Kindly update the plugin i am facing an issue while using flutter 3.3.7

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.