Best of Flutter — February 2024
- 1
- 2
- 3
- 4
- 5
- 6
- 7
Medium·2y
Getting started with Serverpod mini
Serverpod mini is a lightweight version of Serverpod that does not require external dependencies. It can be installed by running a command and creating a new project. Models can be defined in YAML files and converted to Dart classes. Methods can be added to the server by extending an endpoint class. The server methods can be called from the Flutter app.
- 8