This package is only useful for other sunday packages.
- GetStorage
To start using this package, ensure you have Dart and Flutter installed on your system. You can install them from the official Dart and Flutter websites. Once installed, add this package to your pubspec.yaml file and run flutter pub get to install the dependencies.
Here is a short example of how to use this package:
import 'package:sunday_core/sunday_core.dart';
void main() {
sundayPrint('Hello World');
// Add more usage examples here
}