ingine 0.1.4 copy "ingine: ^0.1.4" to clipboard
ingine: ^0.1.4 copied to clipboard

IEngine is a lightweight and beginner-friendly framework designed to simplify Flutter development.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ingine

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

dependencies:
  ingine: ^0.1.4

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:ingine/engine.dart';
import 'package:ingine/example/ingine_example.dart';
import 'package:ingine/iEngine/canvas/canvas.dart';
import 'package:ingine/iEngine/canvas/painter.dart';
import 'package:ingine/iEngine/prefs.dart';
import 'package:ingine/platform.dart';
1
likes
145
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

IEngine is a lightweight and beginner-friendly framework designed to simplify Flutter development.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on ingine