PackageCategories class
Package categorization for organization feature
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getCategoryForPackage(
String packageName) → String - Get category for a package name
Constants
-
allCategories
→ const List<
String> - All categories in order
- api → const String
- API and networking packages
-
apiPackages
→ const List<
String> - database → const String
- Database and storage packages
-
databasePackages
→ const List<
String> -
devToolPackages
→ const List<
String> - devTools → const String
- Development tools
- miscellaneous → const String
- Miscellaneous category for unknown packages
- stateManagement → const String
- State management packages
-
statePackages
→ const List<
String> - testing → const String
- Testing packages
-
testingPackages
→ const List<
String> - utilities → const String
- Utility packages
-
utilityPackages
→ const List<
String> -
widgetPackages
→ const List<
String> - widgets → const String
- Widget-related packages