alga_configui 0.0.4 copy "alga_configui: ^0.0.4" to clipboard
alga_configui: ^0.0.4 copied to clipboard

Handles configuration user interface elements.

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_configui:
    path: ../alga_configui

Usage #

Import the package and set DocumentationPage as your home widget:

import 'package:alga_configui/alga_configui.dart';

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

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

0
likes
90
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Handles configuration user interface elements.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_datakit, flutter, path_provider, shared_preferences

More

Packages that depend on alga_configui