flutter_basics 0.0.1 copy "flutter_basics: ^0.0.1" to clipboard
flutter_basics: ^0.0.1 copied to clipboard

A lightweight Flutter package providing production-safe logging and in-app update utilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_basics

With Flutter:

 $ flutter pub add flutter_basics

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

dependencies:
  flutter_basics: ^0.0.1

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:flutter_basics/flutter_basics.dart';
0
likes
0
points
41
downloads

Publisher

verified publishermobigic.com

Weekly Downloads

A lightweight Flutter package providing production-safe logging and in-app update utilities.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, flutter_logs, flutter_upgrade_version, logger, open_file, path, path_provider

More

Packages that depend on flutter_basics