F
Flint DartDocs
GitHub

Storage

Use the Storage helper for file operations and path management.

Read & Write

CodeBlock dart
final storage = Storage();

await storage.put('uploads/hello.txt', 'Hello Flint');
final contents = await storage.get('uploads/hello.txt');
await storage.delete('uploads/hello.txt');

Paths & Existence

CodeBlock dart
final exists = await storage.exists('uploads/hello.txt');
final fullPath = storage.path('uploads/hello.txt');
F
Flint DartBackend framework and Dart UI docs

Build routes, controllers, APIs, docs, and browser UI from one Dart-shaped stack.

Controllers
OpenAPI
Flint UI
Copyright 2024 Flint Dart. Maintained by Eulogia Technologies.
v 1.1.14
MIT License
Built with Dart