flutter-asset-sync

Topics: dart · flutter · flutter-asset-sync · mobile · pub

Sync Figma/exported assets directly into Flutter projects.

CLI

npx flutter-asset-sync pull

Features

  • Optimized images
  • Generated asset constants
  • Updated pubspec.yaml
  • Removed unused assets

Usage

import 'package:flutter_asset_sync/flutter_asset_sync.dart';

void main() {
  FlutterAssetSync.init();
}

Why

Asset management is still manual and messy.

License

MIT

Libraries

flutter_asset_sync