tool_app_info 0.0.6+1
tool_app_info: ^0.0.6+1 copied to clipboard
Contains app info
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tool_app_info
With Flutter:
$ flutter pub add tool_app_info
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
tool_app_info: ^0.0.6+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:tool_app_info/data.dart';
import 'package:tool_app_info/data/providers/app_info_storage_provider.dart';
import 'package:tool_app_info/declaration/tool_app_info_di.dart';
import 'package:tool_app_info/domain.dart';
import 'package:tool_app_info/domain/repo/app_info_repository.dart';