mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-05-17 13:26:03 +08:00

So far: - [x] Editor - [x] Dart Tests - [x] Flutter Runtime - [x] C++ Runtime - [x] C++ Tests Hierarchy interaction: <img width="280" alt="CleanShot 2023-03-24 at 21 44 53@2x" src="https://user-images.githubusercontent.com/454182/227696646-09f9cbe5-c482-4bab-aae9-b0b36c16047e.png"> Nesting: <img width="394" alt="CleanShot 2023-03-24 at 21 45 23@2x" src="https://user-images.githubusercontent.com/454182/227696653-b1132ba1-5471-4c6d-9b59-20387389ae12.png"> Inspector active solo selection: <img width="253" alt="CleanShot 2023-03-24 at 21 45 33@2x" src="https://user-images.githubusercontent.com/454182/227696660-6676acfa-15ab-4ae2-a866-4b7898bc1f52.png"> Animatable with timeline hierarchy value too: <img width="510" alt="CleanShot 2023-03-24 at 21 46 07@2x" src="https://user-images.githubusercontent.com/454182/227696686-255064c9-43fd-4213-9e3f-9cd46cca9de3.png"> Diffs= daaf140ba Solos (#5047) 44ef23f7e Text fix variable and opacity (#5017) 3c396d3b8 Text style variation at runtime. (#5014)
11 lines
141 B
YAML
11 lines
141 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
analyzer:
|
|
exclude:
|
|
- windows/**
|
|
- ios/**
|
|
- macos/**
|
|
- web/**
|
|
|
|
linter:
|
|
rules:
|