onec_kit 0.0.477 copy "onec_kit: ^0.0.477" to clipboard
onec_kit: ^0.0.477 copied to clipboard

A Flutter package to simplify UI creation like in 1C

1C Kit #

A Flutter package for dynamic UI component generation.

Features #

  • Dynamic Screens: Create Flutter screens dynamically.
  • Dynamic Windows: Generate associated windows dynamically.

Installation #

dependencies:
  onec_kit: ^0.0.1

```dart
import 'package:your_package_name/your_package_name.dart';

void main() {
  final dataScreenModel = ObjectDataScreenModel(
    // ...your data model configuration
  );

  runApp(MaterialApp(
    home: generateObjectDataScreen(dataScreenModel),
  ));
}

1
likes
130
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to simplify UI creation like in 1C

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on onec_kit