
Serverpod
This package is a core part of Serverpod. For documentation, visit: https://docs.serverpod.dev.
What is Serverpod?
Serverpod is an open-source, scalable app server, written in Dart for the Flutter community. Check it out!
Libraries
- annotations
- log
- Log primitives and global loggers. Names like
log,logWriter,LogLevel, andLogScopeare intentionally kept off the mainserverpod_sharedbarrel because they collide with common user identifiers; import this library when you need them. - log_io
- Log writers that depend on
dart:io/dart:isolateand therefore do not work on the web. Import this in addition topackage:serverpod_shared/serverpod_shared.dartwhen you need terminal-facing output or isolate-based writers.