objd_gui 0.1.3 copy "objd_gui: ^0.1.3" to clipboard
objd_gui: ^0.1.3 copied to clipboard

outdated

An objD extension that allows you to easily build interactive GUIS

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add objd_gui

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

dependencies:
  objd_gui: ^0.1.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:objd_gui/data/change_page.dart';
import 'package:objd_gui/data/empty.dart';
import 'package:objd_gui/data/gui_slot.dart';
import 'package:objd_gui/data/interactive_slot.dart';
import 'package:objd_gui/data/items.dart';
import 'package:objd_gui/data/page.dart';
import 'package:objd_gui/data/placeholder.dart';
import 'package:objd_gui/gui.dart';
import 'package:objd_gui/widgets/all_tag.dart';
import 'package:objd_gui/widgets/page_gen.dart';
1
likes
40
points
16
downloads

Publisher

verified publisherstevertus.com

Weekly Downloads

An objD extension that allows you to easily build interactive GUIS

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

BSD-2-Clause (license)

Dependencies

meta, objd

More

Packages that depend on objd_gui