Skip to content

Commit d5b332a

Browse files
committed
Format
1 parent c7b0502 commit d5b332a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ dependencies:
4343
4444
Then, run `flutter packages get` in your terminal.
4545

46-
## Example
46+
## Example
4747

4848
Wrap your widget which should be recorded in a `ScreenRecorder`:
49+
4950
```dart
5051
ScreenRecorder(
5152
height: 200,
@@ -59,7 +60,7 @@ ScreenRecorder(
5960
);
6061
```
6162

62-
Then use `ScreenRecorderController.start()` to start recording and
63+
Then use `ScreenRecorderController.start()` to start recording and
6364
`ScreenRecorderController.stop()` to stop the recording.
6465
`final gif = await ScreenRecorderController.export()` gives you the result which can be written to disk.
6566

@@ -94,4 +95,3 @@ In order to convert the gif to a video, you can try one of the following librari
9495
<a href="https://github.com/ueman/screenrecorder/graphs/contributors">
9596
<img src="https://contrib.rocks/image?repo=ueman/screenrecorder" />
9697
</a>
97-

analysis_options.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ linter:
1212
always_use_package_imports: false
1313
omit_local_variable_types: false
1414
directives_ordering: true
15+
eol_at_end_of_file: true
1516

example/analysis_options.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ linter:
1212
always_use_package_imports: false
1313
omit_local_variable_types: false
1414
directives_ordering: true
15+
eol_at_end_of_file: true
1516

0 commit comments

Comments
 (0)