refactor: Remove moor

This commit is contained in:
Christian Pauly 2021-06-30 20:20:17 +02:00
commit 9ef0c71f81
18 changed files with 9 additions and 501 deletions

View file

@ -30,7 +30,6 @@ flutter_ios_podfile_setup
target 'Runner' do
use_frameworks!
use_modular_headers!
pod 'SQLCipher'
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end