FLUTTER ECOSYSTEM

stream

Lightweight Dart web server supporting request routing, filtering, template engine, MVC design pattern, and file-based static resources.

Latest version
4.3.2
30-day downloads
407
Likes
8
Pub points
120

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

Stream is a lightweight Dart web server that enables building web applications with request routing, filtering, a built-in template engine, support for the MVC design pattern, and file-based static resource handling. Designed for simplicity and performance, it runs across multiple platforms including Android, iOS, macOS, Windows, and Linux. Ideal for developers seeking a minimal yet powerful backend solution for Dart-based web projects, Stream streamlines server-side logic while maintaining flexibility for customization and integration.

Use cases
  • Building lightweight web APIs
  • Creating dynamic web applications with templates
  • Implementing MVC architecture in Dart
  • Serving static files from disk
  • Developing cross-platform web servers
Key features
  • Request routing and filtering
  • Built-in template engine
  • MVC design pattern support
  • File-based static resources
  • Cross-platform compatibility
Suitable for
  • Dart developers
  • Backend web application development
  • Prototyping web services
  • Full-stack Dart projects
  • Lightweight server solutions
Considerations
  • Limited to Dart ecosystem
  • Requires manual setup for complex features
  • Smaller community compared to larger frameworks
  • Not ideal for high-traffic production systems without additional scaling
  • Documentation may be sparse for advanced use cases
Supported platformsAndroidiOSmacOSWindowsLinux

Install package

flutter pub add stream

Categories

Source repository

Related projects