-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopic.yaml
More file actions
46 lines (37 loc) · 984 Bytes
/
topic.yaml
File metadata and controls
46 lines (37 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Topics for DataHandler Plugin - pub.dev Format
# Based on canonical topics structure from dart-lang/pub-dev
#
# Note: This is the topics list for your pubspec.yaml file.
# Use only the canonical topic names (not aliases) for best results.
topics:
# Core Flutter/Dart
- widget # Canonical topic for Flutter widgets
- dart # Dart language packages
# State Management
- state-management
- provider # If using provider pattern
- bloc # Alternative to bloc pattern
# Data Handling
- data
- async
- http # For API data fetching
- api
# UI States & Error Handling
- loading
- error-handling
- ui
# Architecture & Patterns
- architecture
- mvvm
- clean-code
# Performance & Optimization
- performance
- optimization
# Developer Experience
- productivity
- developer-tools
# Testing (if your package supports testing)
- testing
# Utility
- utility
- helper