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

Welcome to the IEngine Framework! IEngine is a lightweight and beginner-friendly framework designed to simplify Flutter development by reducing boilerplate and offering a clean, intuitive structure.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ingine

With Flutter:

 $ flutter pub add ingine

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

dependencies:
  ingine: ^0.0.8

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:ingine/engine.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
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Welcome to the IEngine Framework! IEngine is a lightweight and beginner-friendly framework designed to simplify Flutter development by reducing boilerplate and offering a clean, intuitive structure.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on ingine