This tag is for questions related server side development in the Dart programming language and its related server frameworks.
Questions tagged [dart-server]
32 questions
-1
votes
1 answer
Why is my Dart server getting Killed with less than 100% memory usage?
My server is Ubuntu x86_64 with a basic package of Digitalocean.
Dart --version: Dart SDK version: 3.0.5 (stable) (None) on "linux_x64"
CPU Type: Premium Intel
vCPUs: 1 vCPU
Memory: 1 GB
SSD: 25 GB
Transfer: 1 TB
After I update my code and deploy…

Sittiphan Sittisak
- 486
- 4
- 15
-1
votes
1 answer
Dart: How to use the `AES-256-CBC` method in encrypt package?
My PHP server uses the encrypt as follows.
openssl_encrypt('data', 'AES-256-CBC', '1234567890123456', 0, '1234567890123456')
the result is adVh7c/vcyascTS0Z669IA==.
My dart server uses encrypt package as follows.
import…

Sittiphan Sittisak
- 486
- 4
- 15