fkernal 1.0.0 copy "fkernal: ^1.0.0" to clipboard
fkernal: ^1.0.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 Dart:

 $ dart pub add fkernal

With Flutter:

 $ flutter pub add fkernal

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fkernal: ^1.0.0

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A configuration-driven Flutter framework that handles networking, state management, storage, error handling, and theming automatically.

Repository (GitHub)
View/report issues

Topics

#fkernal #state-management #storage #error-handling #theming

License

unknown (license)

Dependencies

connectivity_plus, dio, flutter, flutter_secure_storage, hive_flutter, json_annotation, path_provider, provider

More

Packages that depend on fkernal