os_basecode 0.0.7 copy "os_basecode: ^0.0.7" to clipboard
os_basecode: ^0.0.7 copied to clipboard

A Core Package That Must Have on every flutter project if using Clean Code Architecture

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add os_basecode

With Flutter:

 $ flutter pub add os_basecode

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  os_basecode: ^0.0.7

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:os_basecode/os_basecode.dart';
1
likes
0
pub points
47%
popularity

Publisher

unverified uploader

A Core Package That Must Have on every flutter project if using Clean Code Architecture

Homepage

License

unknown (LICENSE)

Dependencies

bloc, dartz, device_preview, dio, equatable, flutter, flutter_animate, flutter_bloc, flutter_screenutil, font_awesome_flutter, get_it, go_router, google_fonts, intl, lottie, path_provider, rxdart, shared_preferences, shimmer, supercharged

More

Packages that depend on os_basecode