hybrid_ui 0.0.1 copy "hybrid_ui: ^0.0.1" to clipboard
hybrid_ui: ^0.0.1 copied to clipboard

The ui library of the Hybrid SDK.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'views.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: HomeView(),
    );
  }
}
1
likes
140
points
18
downloads

Publisher

verified publisherhebei.dev

Weekly Downloads

The ui library of the Hybrid SDK.

Repository (GitHub)
View/report issues

Topics

#ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hybrid_ui