invoiceninja / admin-portal

Invoice Ninja: Desktop/mobile admin portal built with Flutter
https://demo.invoiceninja.com
Other
1.58k stars 529 forks source link

why app not running on my system ,after completing all the process #664

Closed RITIKKUMAWAT009 closed 1 week ago

RITIKKUMAWAT009 commented 1 month ago

You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

../../../AppData/Local/Pub/Cache/hosted/pub.dev/charts_flutter-0.12.0/lib/src/behaviors/legend/legend_entry_layout.dart:134:45: Error: The getter 'bodyText2' isn't defined for the class 'TextTheme'.

FAILURE: Build failed with an exception.

BUILD FAILED in 1m 37s Running Gradle task 'assembleDebug'... 98.6s Error: Gradle task assembleDebug failed with exit code 1

hillelcoren commented 1 month ago

Hi,

Is there a reason you're building the app rather than downloading from the app store?

RITIKKUMAWAT009 commented 1 month ago

I want to know more about open source, so I am building the app instead of downloading it.

hillelcoren commented 1 month ago

Maybe you're using the wrong version of Flutter, the app is currently built with 3.19.6

https://github.com/invoiceninja/admin-portal/blob/master/lib/flutter_version.dart#L2