falazap_pkg 0.0.9
falazap_pkg: ^0.0.9 copied to clipboard
Acesso a nevegação ao chat, camera, audio, arquivos
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add falazap_pkgThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
falazap_pkg: ^0.0.9Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:falazap_pkg/components/create_web_view.dart';
import 'package:falazap_pkg/components/falazap_package.dart';
import 'package:falazap_pkg/components/floating_action.dart';
import 'package:falazap_pkg/components/movable_stack_item.dart';
import 'package:falazap_pkg/pages/home-view.dart';