API Reference

Storage

Focused reference for Flint Dart and Flint UI APIs, with copyable examples and practical notes.

Storage

Utility for saving, updating, and deleting uploaded files.

Future<String> Storage.create(UploadedFile file, {String? subdirectory})

Save a file under public/ and return a public URL.

Future<void> Storage.delete(String fileUrl)

Delete a file by its public URL.

Future<String> Storage.update(String oldFileUrl, UploadedFile newFile, {String? subdirectory})

Replace a file and return the new URL.

Flint Dart logo
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.2.2
MIT License
Built with Dart