Questions tagged [redstone.dart]
17 questions
0
votes
1 answer
pub get does not install redstone package
I have an issue with pub. I'm new in dart. I followed the instructions on the redstone web page (http://redstonedart.org/doc/Installation.html) to use redstone in my server project.
I'm using webstorm. here is a copy-paste of my pubspec.yaml :
name:…

Patrick Amagne
- 3
- 2
0
votes
1 answer
Dart redstone web application
Let's say I configure redstone as follows
@app.Route("/raw/user/:id", methods: const [app.GET])
getRawUser(int id) => json_about_user_id;
When I run the server and go to /raw/user/10 I get raw json data in a form of a string.
Now I would…

Victor Ermolaev
- 721
- 1
- 5
- 16