playx_core 0.0.4 copy "playx_core: ^0.0.4" to clipboard
playx_core: ^0.0.4 copied to clipboard

core package for playx eco system contains shared classes and utilities.

PlayX Core #

Core package for playx eco system contains shared classes and utilities.

Features #

  • common utilities and packages across PlayX packages
  • Prefs facade : Key value pair storage powered by SharedPreferences
  • bootCore function : inject and setup what is necessary .
  • exports : packages like get , readable.

Playx: #

this packages is not for developers to use in day to day do not use it directly in your project

Consider using our Playx Package: Which comes prepakaged with Playx Theme with more features and is easy to use.

Installation #

in pubspec.yaml add these lines to dependencies

playx_core: ^0.0.4

Usage #

Boot the core #

 void main ()async{
 WidgetsFlutterBinding.ensureInitialized();

  /// boot the core
  await PlayXCore.bootCore();
  
  /// run the real app
  runApp(const MyApp());
}

Thats it #

You can now access PlayxCore capibalities like Prefs on your app.

See Also: #

Playx : Playx eco system helps with redundant features , less code , more productivity , better organizing.

Playx_theme :multi theme features for flutter apps from playx eco system

0
likes
0
pub points
33%
popularity

Publisher

verified publisherplayx.sourcya.io

core package for playx eco system contains shared classes and utilities.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, flutter, flutter_readable, get, shared_preferences

More

Packages that depend on playx_core