alga_configuikit 0.0.1 copy "alga_configuikit: ^0.0.1" to clipboard
alga_configuikit: ^0.0.1 copied to clipboard

Handles config ui items.

Alga Config UIKit #

A simple Flutter package for a clean and consistent configuration UI.

Features #

  • Documentation Page:
    A filterable list of categorized facts with expandable details.

  • Configuration Page:
    Navigate to a configuration view via the settings icon.

Getting Started #

Installation #

Add this to your pubspec.yaml:

dependencies:
  alga_configuikit:
    path: ../alga_configuikit

Usage #

Import the package and set DocumentationPage as your home widget:

import 'package:alga_configuikit/alga_configuikit.dart';

void main() {
  runApp(const MaterialApp(home: DocumentationPage()));
}

Tap the settings icon in the app bar to navigate to the configuration page.

0
likes
130
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Handles config ui items.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_datakit, flutter, path_provider, shared_preferences

More

Packages that depend on alga_configuikit