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');
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