Flutter 常见问题

gradle打包错误

FAILURE: Build failed with an exception.

What went wrong:
Execution failed for task ':sqlite3_flutter_libs:generateDebugRFile'.
Could not resolve all files for configuration ':sqlite3_flutter_libs:debugCompileClasspath'.
Could not download sqlite3-native-library.aar (eu.simonbinder:sqlite3-native-library:3.32.3)
> Could not get resource 'https://dl.bintray.com/sbinder/sqlite3-native-library/eu/simonbinder/sqlite3-native-library/3.32.3/sqlite3-native-library-3.32.3.aar'.
> Could not GET 'https://dl.bintray.com/sbinder/sqlite3-native-library/eu/simonbinder/sqlite3-native-library/3.32.3/sqlite3-native-library-3.32.3.aar'. Received status code 403 from server: Forbidden

解决方案

更新依赖

 dependencies: 
   ...
   moor: ^3.1.0
   sqlite3_flutter_libs: ^0.4.0+1