Skip to content

Possibility to add extra line above imports#65

Open
scorpionate wants to merge 3 commits intofluttercommunity:masterfrom
scorpionate:imports-header
Open

Possibility to add extra line above imports#65
scorpionate wants to merge 3 commits intofluttercommunity:masterfrom
scorpionate:imports-header

Conversation

@scorpionate
Copy link
Copy Markdown

You can add extra key in pubspec:

import_sorter:
  header: 'Extra header above' # Optional, adds extra line above all imports.

Result:

// Extra header above!

// 🎯 Dart imports:
import 'dart:io';

.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant