- Standard linting rule collection by Altive.
- Standard theme_data files by Altive.
- with theme_selector_provider (Riverpod)
- Common Riverpod providers.
- shared_preferences_provider
- Common extensions.
TODO: List prerequisites and provide or point to information on how to start using the package.
include: package:altive_flutter_kit/analysis_options.yaml
return MaterialApp(
theme: altiveLightThemeData,
darkTheme: altiveDarkThemeData,
)
TODO: Include short and useful examples for package users. Add longer examples
to /example
folder.