laeeqFaiz

Results 12 comments of laeeqFaiz

Hi @felangel , Thank you for your response. Following is a simple example in which i have idToken saved in authbloc which i need to pass in headers for my...

Thank you for your response. I have checked out this package, but without enough examples i am reluctant to try it. Moreover i am implementing firebase auth, and since firebase...

Any update on this?

Launching lib/main.dart on sdk gphone64 arm64 in debug mode... FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':receive_sharing_intent:compileDebugKotlin'. > Inconsistent JVM-target compatibility detected for...

@davidfranquet: distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "8.1.1" apply false // START: FlutterFire Configuration id "com.google.gms.google-services" version "4.3.15" apply false // END: FlutterFire Configuration id "org.jetbrains.kotlin.android"...

@davidfranquet it appears my project will not let me downgrade as I am working on latest flutter. Can you suggest some alternative.

``` // ignore_for_file: public_member_api_docs, sort_constructors_first import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; void main() { final GoRouter goRouter = GoRouter( routes: [ GoRoute( path: '/', name: '/', builder: (context, state) => const AuthScreen(),...

Hi @danagbemava-nc Thank you for your response. I have updated the package which had no effect. Instead following lines in my themeData appear to be causing the problem. ``` pageTransitionsTheme:...

Complete example: ``` // ignore_for_file: public_member_api_docs, sort_constructors_first import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; void main() { final GlobalKey navigatorKey = GlobalKey(debugLabel: 'navigator'); final GoRouter goRouter = GoRouter( navigatorKey: navigatorKey, initialLocation: '/', routes:...

flutter doctor -v ``` [✓] Flutter (Channel stable, 3.22.1, on Ubuntu 22.04.4 LTS 6.5.0-41-generic, locale en_US.UTF-8) • Flutter version 3.22.1 on channel stable at /home/laeeq/snap/flutter/common/flutter • Upstream repository https://github.com/flutter/flutter.git •...