dynamic_component 0.2.1+1 copy "dynamic_component: ^0.2.1+1" to clipboard
dynamic_component: ^0.2.1+1 copied to clipboard

Build your Dynamic components that support simple logic and variable.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_component
copied to clipboard

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

dependencies:
  dynamic_component: ^0.2.1+1
copied to clipboard

Alternatively, 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:dynamic_component/dynamic_component.dart';
copied to clipboard
3
likes
130
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.14 - 2025.03.29

Build your Dynamic components that support simple logic and variable.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dynamic_widget, flutter

More

Packages that depend on dynamic_component