fkernal 1.3.0
fkernal: ^1.3.0 copied to clipboard
A configuration-driven Flutter framework that handles networking, state management, storage, error handling, and theming automatically.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fkernalThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fkernal: ^1.3.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fkernal/fkernal.dart';