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

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

With Flutter:

 $ flutter 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.2.0

Alternatively, your editor might support dart pub get or flutter 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
120
pub points
0%
popularity

Publisher

verified publisherstevertus.com

An objD extension that allows you to easily build interactive GUIS

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-2-Clause (LICENSE)

Dependencies

objd

More

Packages that depend on objd_gui