mirror of
https://github.com/flutter/samples.git
synced 2026-04-04 02:32:25 +00:00
Deps update, utilize super.key (#1265)
* Deps update, utilize `super.key` * `flutter format`
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import 'dart:convert';
|
||||
|
||||
String indent(String content, int spaces) =>
|
||||
LineSplitter.split(content).join('\n' + ' ' * spaces);
|
||||
LineSplitter.split(content).join('\n${' ' * spaces}');
|
||||
|
||||
String kebabCase(String input) => _fixCase(input, '-');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user