ingine 0.0.3
ingine: ^0.0.3 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. W [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ingineWith Flutter:
$ flutter pub add ingineThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ingine: ^0.0.3Alternatively, 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/Platforms/stub/universal_platform_io.dart';
import 'package:ingine/iEngine/Platforms/stub/universal_platform_stub.dart';
import 'package:ingine/iEngine/Platforms/stub/universal_platform_web.dart';
import 'package:ingine/iEngine/canvas/canvas.dart';
import 'package:ingine/iEngine/canvas/painter.dart';
import 'package:ingine/iEngine/extensions.dart';
import 'package:ingine/iEngine/extensions/build_context.dart';
import 'package:ingine/iEngine/extensions/color.dart';
import 'package:ingine/iEngine/extensions/path.dart';
import 'package:ingine/iEngine/prefs.dart';
import 'package:ingine/platform.dart';