flutter_dynamic_components 0.0.100 copy "flutter_dynamic_components: ^0.0.100" to clipboard
flutter_dynamic_components: ^0.0.100 copied to clipboard

create a dynamic Flutter screens based on backend-provided JSON configurations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_dynamic_components

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

dependencies:
  flutter_dynamic_components: ^0.0.100

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:flutter_dynamic_components/flutter_dynamic_components.dart';
1
likes
125
points
107
downloads

Publisher

verified publishernuaman.pro

Weekly Downloads

create a dynamic Flutter screens based on backend-provided JSON configurations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, carousel_slider, flutter, freezed_annotation, json_annotation

More

Packages that depend on flutter_dynamic_components