Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 669 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 669 Bytes

Altive Flutter Kit

Features

  • 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.

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

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.