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

A flutter package for legalsoft clients.

legalsoft_package #

A compilmentary package for clients of legalsoft.

Steps to follow: #

  1. Go to site legalsoft website.
  2. Create Account and Add app.
  3. Fill the requirements.
  4. Copy array generated by site and appId.
  5. Install this package.
  6. Modify androidManifest.xml
<queries>
    <intent>
        <action android:name="android.intent.action.VIEW" />
        <data android:scheme="https" />
    </intent>
    <intent>
        <action android:name="android.intent.action.DIAL" />
        <data android:scheme="tel" />
    </intent>
    <intent>
        <action android:name="android.intent.action.SEND" />
        <data android:mimeType="*/*" />
    </intent>
</queries>
  1. Import package where it is required.
  2. Use the function as in example.
  3. Finished.
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A flutter package for legalsoft clients.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on legalsoft_package