celest_core 0.3.0-dev.1 copy "celest_core: ^0.3.0-dev.1" to clipboard
celest_core: ^0.3.0-dev.1 copied to clipboard

unlisted

Celest types and utilities shared between the client and the cloud.

example/lib/main.dart

import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text('Hello World!'),
        ),
      ),
    );
  }
}
0
likes
0
pub points
58%
popularity

Publisher

verified publishercelest.dev

Celest types and utilities shared between the client and the cloud.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, ffi, http, jni, meta, os_detect, path, web, win32

More

Packages that depend on celest_core