Skip to content

Commit d54c5ec

Browse files
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 351127f commit d54c5ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Project Overview
44

5-
This is the **Mixpanel Flutter Session Replay SDK** — a Flutter plugin that captures UI screenshots, user interactions, and app lifecycle events, then uploads them to the Mixpanel Session Replay backend. It supports iOS 13+, Android API 24+, and macOS 10.15+.
5+
This is the **Mixpanel Flutter Session Replay SDK** — a Flutter plugin that captures UI screenshots, user interactions, and app lifecycle events, then uploads them to the Mixpanel Session Replay backend. It supports iOS 13+, Android API 21+, and macOS 10.15+.
66

77
**Current stage:** Beta (v0.1.0-beta.1)
88

@@ -47,7 +47,7 @@ flutter test --exclude-tags=golden
4747
# Format check — ALWAYS use --language-version=latest (tall style)
4848
dart format --language-version=latest --set-exit-if-changed .
4949

50-
# Static analysis — treats all infos/hints as errors
50+
# Static analysis — treats analyzer infos as errors
5151
dart analyze --fatal-infos
5252

5353
# Integration tests (requires connected device/simulator)

0 commit comments

Comments
 (0)