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 Version #2

Open
userIssa opened this issue Feb 20, 2024 · 6 comments
Open

Flutter Version #2

userIssa opened this issue Feb 20, 2024 · 6 comments

Comments

@userIssa
Copy link

Please the app isn't running because of the flutter version

@Bittibw
Copy link

Bittibw commented Feb 24, 2024

Can you put down something about the project like what type of project is that and what flutter version you are using??

@userIssa
Copy link
Author

I'm using the most recent version of flutter and compiling it keeps giving errors, tflite being depreciated and neumorphics no longer being supported

@userIssa
Copy link
Author

userIssa commented Feb 25, 2024 via email

@sagar-alias-jacky
Copy link
Owner

sagar-alias-jacky commented Feb 25, 2024 via email

@abhijit-23blaze
Copy link

I'm using the most recent version of flutter and compiling it keeps giving errors, tflite being depreciated and neumorphics no longer being supported

yeah i am having the same problem how can i solve it ?

@abhijit-23blaze
Copy link

Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/03 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/03 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/03 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
Warning: unexpected element (uri:"", local:"extension-level"). Expected elements are <{}codename>,<{}layoutlib>,<{}api-level>
Warning: unexpected element (uri:"", local:"base-extension"). Expected elements are <{}codename>,<{}layoutlib>,<{}api-level>
../../AppData/Local/Pub/Cache/hosted/pub.dev/flutter_neumorphic-3.2.0/lib/src/widget/app_bar.dart:183:29: Error: The getter 'textTheme' isn't defined for the class 'AppBarTheme'.

  • 'AppBarTheme' is from 'package:flutter/src/material/app_bar_theme.dart' ('/C:/src/flutter_windows_3.13.9-stable/flutter/packages/flutter/lib/src/material/app_bar_theme.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'textTheme'.
    style: (appBarTheme.textTheme?.headline5 ??
    ^^^^^^^^^
    ../../AppData/Local/Pub/Cache/hosted/pub.dev/flutter_neumorphic-3.2.0/lib/src/widget/app.dart:89:7: Error: No named parameter with the name 'accentColor'.
    accentColor: theme.variantColor,
    ^^^^^^^^^^^
    /C:/src/flutter_windows_3.13.9-stable/flutter/packages/flutter/lib/src/material/theme_data.dart:268:11: Context: Found this candidate, but the arguments don't match.
    factory ThemeData({
    ^
    Target kernel_snapshot failed: Exception

FAILURE: Build failed with an exception.

  • Where:
    Script 'C:\src\flutter_windows_3.13.9-stable\flutter\packages\flutter_tools\gradle\src\main\groovy\flutter.groovy' line: 1419

  • What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.

Process 'command 'C:\src\flutter_windows_3.13.9-stable\flutter\bin\flutter.bat'' finished with non-zero exit value 1

This is the exact error that i am getting , I am new to flutter can you plz help me ??

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