1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 06:18:49 +00:00

[compass_app/server] Misc consistency improvements (#2539)

This commit is contained in:
Parker Lougheed
2024-12-05 21:38:44 +08:00
committed by GitHub
parent c3c93a82f5
commit 754ddf0375
5 changed files with 8 additions and 7 deletions

View File

@@ -4,10 +4,11 @@
import 'dart:convert';
import 'package:compass_server/config/constants.dart';
import 'package:shelf/shelf.dart';
import 'package:shelf_router/shelf_router.dart';
import '../config/constants.dart';
/// Implements a simple user API.
///
/// This API only returns a hardcoded user for demonstration purposes.