intyx_dynamic_widget 0.1.3
intyx_dynamic_widget: ^0.1.3 copied to clipboard
AI-driven, JSON-configured dynamic widget system for Flutter. 16 built-in widget types (Banner, Carousel, Countdown, Poll, Rating …), responsive layout, dismissible support, and an action callback sys [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add intyx_dynamic_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
intyx_dynamic_widget: ^0.1.3Alternatively, 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:intyx_dynamic_widget/intyx_dynamic_widget.dart';