serinus_liquify 1.0.1 copy "serinus_liquify: ^1.0.1" to clipboard
serinus_liquify: ^1.0.1 copied to clipboard

Integration of the Liquify template engine with Serinus.

Serinus Banner

Discord

serinus_liqufiy is the integration of the Liquify template engine and Serinus. Thanks to it you can now easily use the Liquify template engine in your Serinus application.

Getting Started #

Installation #

To install Serinus you can use the following command:

dart pub add serinus_liquify
copied to clipboard

Usage #

To use the Liquify template engine in your Serinus application, you need to add the LiquifyEngine to the application. This can be done using this code:

import 'package:serinus/serinus.dart';
import 'package:serinus_liquify/serinus_liquify.dart';

Future<void> main() async {
  final app = await serinus.createApplication(
    entrypoint: AppModule()
  );

  // Add the Liquify engine to the application
  app.viewEngine = LiquifyEngine();

  // Start the application
  await app.serve();
}
copied to clipboard

Documentation #

You can find the documentation here.

Also if you need help with Liquify itself you can head to its github repo and check the documentation there.

License #

serinus_liquify and all the other Avesbox Packages are licensed under the MIT license. See the LICENSE file for more info.

2
likes
160
points
116
downloads

Publisher

verified publisherserinus.app

Weekly Downloads

2024.09.19 - 2025.04.03

Integration of the Liquify template engine with Serinus.

Homepage
Repository (GitHub)

Topics

#serinus #liquify #template #engine #integration

Documentation

API reference

License

MIT (license)

Dependencies

liquify, serinus

More

Packages that depend on serinus_liquify