hosteday_flutter 2.0.0 copy "hosteday_flutter: ^2.0.0" to clipboard
hosteday_flutter: ^2.0.0 copied to clipboard

A lightweight Flutter SDK for connecting apps with HosteDay APIs, including authentication, user requests, custom endpoints, and realtime support.

example/lib/main.dart

import 'package:flutter/widgets.dart';

import 'app.dart';
import 'core/bootstrap/hosteday_initializer.dart';

/// Application entry point.
///
/// This file intentionally stays small. All HosteDay configuration lives in
/// [HosteDayInitializer], and the UI starts from [HosteDayExampleApp].
Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();

  await HosteDayInitializer.initialize();

  runApp(const HosteDayExampleApp());
}
4
likes
0
points
853
downloads

Documentation

Documentation

Publisher

verified publisherhosteday.com

Weekly Downloads

A lightweight Flutter SDK for connecting apps with HosteDay APIs, including authentication, user requests, custom endpoints, and realtime support.

Homepage
Repository (GitHub)
View/report issues

Topics

#hosteday #flutter #api #sdk #realtime

License

unknown (license)

Dependencies

dart_pusher_channels, flutter, http, meta, shared_preferences

More

Packages that depend on hosteday_flutter