Hello David,
We want to run our server which has a database of sqlitecipher in the server with dart command line
https://dart.dev/tutorials/server/cmdline
When we run our app with flutter as the flutter repository contains sqflite_sqlcipher: ^2.1.1+1 in .yaml file, our flatter app works all good with the local flutter server.
Now we want run our server in a container with Dockerfile so we need command line capability at pure dart code.
You can look at command line simple here: (https://dart.dev/tutorials/server/cmdline)
Please help us how we can have sqflite_sqlcipher in our commandline dart app.
Hello David,
We want to run our server which has a database of sqlitecipher in the server with dart command line
https://dart.dev/tutorials/server/cmdline
When we run our app with flutter as the flutter repository contains sqflite_sqlcipher: ^2.1.1+1 in .yaml file, our flatter app works all good with the local flutter server.
Now we want run our server in a container with Dockerfile so we need command line capability at pure dart code.
You can look at command line simple here: (https://dart.dev/tutorials/server/cmdline)
Please help us how we can have sqflite_sqlcipher in our commandline dart app.