FMTC Docs
Project Links💝 Support Me
v8
v8
  • flutter_map_tile_caching
  • Is FMTC Right For Me?
  • Get Started
    • Quickstart
    • Installation
    • Additional Setup
    • Example Application
  • Usage
    • Initialisation
    • Using Roots & Stores
      • Management
      • Statistics
      • Metadata
      • Recovery
      • Migrator (v6 -> v7)
    • flutter_map Integration
    • Global Settings
    • Full API Reference
  • Bulk Downloading
    • Introduction
    • 1️⃣Create A Region
    • 2️⃣Prepare For Downloading
    • 3️⃣Start In Foreground
      • Buffering
      • 4️⃣Listen For Progress
    • 3️⃣Start In Background
      • Limitations
    • Cancel Download
  • Import & Export
    • Introduction
    • Importing
    • Exporting
  • Migration
    • v7 -> v8 Migration
    • v6 -> v7 Migration
  • Known Issues
  • Credits
  • flutter_map Docs
Powered by GitBook

© Luka Stillingfleet (JaffaKetchup)

On this page
  • With Platform GUI (withGUI)
  • With A Known File (manual)

Was this helpful?

Export as PDF
  1. Import & Export

Exporting

fmtc_plus_sharing Module

PreviousImportingNextv7 -> v8 Migration

Last updated 2 years ago

Was this helpful?

Exporting a store copies the internal store database, 'compresses' it slightly, then renames it appropriately. The files are in the binary format that uses, so they cannot easily be read or modified.

They can have any file extension applied to them - '.fmtc' is used in the example application. The name of the file dictates the name of the store that will be used when importing (without the 'export_' prefix, if still present).

With Platform GUI (withGUI)

With A Known File (manual)

Isar
withGUI method - FMTCExportSharingModule extension - fmtc_plus_sharing library - Dart API
manual method - FMTCExportSharingModule extension - fmtc_plus_sharing library - Dart API
Logo
Logo