divkit 0.1.3 copy "divkit: ^0.1.3" to clipboard
divkit: ^0.1.3 copied to clipboard

Provides the ability to use the Backend-Driven UI in style DivKit on Flutter.

example/lib/main.dart

import 'package:divkit/divkit.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';

import 'src/app.dart';

void main() {
  // DivKit log output
  logger
    ..keepLog = kDebugMode
    ..onLog = print;

  return runApp(const ProviderScope(child: PlaygroundApp()));
}
62
likes
0
points
138
downloads

Publisher

verified publisherdivkit.tech

Weekly Downloads

Provides the ability to use the Backend-Driven UI in style DivKit on Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, clock, collection, div_expressions_resolver, equatable, flutter, flutter_cache_manager, flutter_svg, logging, meta, rxdart

More

Packages that depend on divkit