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 EcosystemThe Unified Dart Technology Stack

One language powering Full-Stack Web, Cross-Platform Clients, Native AI, and Connected Robotics.

Fullstack
Client SDK
AI Engine
Hardware
Copyright 2026 Flint Dart. Maintained by Eulogia Technologies.
v 1.3.2
MIT License
Built with Dart