skip to Main Content

Debian – Getting late initialization error in flutter open_file package

I am trying to read docx/xlsx file in flutter using open_file package. Running the flutter application in Debian 12. import 'package:flutter/material.dart'; import 'package:open_file/open_file.dart'; class WordViewerPage extends StatelessWidget { final String filePath; WordViewerPage({required this.filePath}); @override Widget build(BuildContext context) { return FutureBuilder<OpenResult>(…

VIEW QUESTION

build failed in flutter build apk

when i run flutter build apk i get this error: FAILURE: Build failed with an exception. * What went wrong: Could not resolve all files for configuration 'classpath'. > Could not find lint-model-30.3.0.jar (com.android.tools.lint:lint-model:30.3.0). > Searched in the following locations:…

VIEW QUESTION
Back To Top
Search