crow library

Crow gives you util widgets interfaces to apply separation of concerns.

To use, import package:crow/crow.dart.

See also:

Classes

AsyncService<T>
AsyncUseCase<T, P extends Params?>
Binding
ConnectivityService
Crow
The glue between the crow widgets and your app.
CrudOperation<T, ID extends Object, E extends Entity, P extends Params>
Entity
LocalDataSource
Middleware
Model<T extends Entity>
Page<T>
Params
PreferencesService
RemoteDataSource
Repository
Screen<T extends BaseViewModel>
Service
ThemeModeService
UseCase<T, P extends Params?>
View<T extends BaseViewModel>
ViewModel