Abdelrahman Saed
Abdelrahman Saed
# Description add support to change CrossAxisAlignment for the title and description no braking changes titleDesCrossAxisAlignment: CrossAxisAlignment.center, without titleDesCrossAxisAlignment ## Checklist - [ ] The title of my PR starts...
## Flutter Sound Version : - **FULL** or **LITE** flavor ? FULL - **Important**: Result of the command : ```flutter pub deps | grep flutter_sound``` ``` ├── flutter_sound 9.28.0 │...
old code router.route("/path").linkFunction((req) { req.attachments["key"] = "value"; //here u forget to return reqast }).linkFunction((req) { return Response.ok({"key": req.attachments["value"]});//in first linkFunction u add key with name "key" }); router .route("/path") .linkFunction((req)...