[READ ONLY MIRROR] Open Source TikTok alternative built on AT Protocol github.com/sprksocial/client
flutter atproto video dart
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 200 B view raw
1include: 2 - package:flutter_lints/flutter.yaml 3 4analyzer: 5 errors: 6 invalid_annotation_target: ignore 7 language: 8 strict-casts: true 9 strict-raw-types: true 10 exclude: 11 - "**/*.g.dart"