tawakkalna_sdk_flutter 0.0.1-alpha.1
tawakkalna_sdk_flutter: ^0.0.1-alpha.1 copied to clipboard
Flutter SDK for Tawakkalna - Saudi Arabia's super app that unifies government services, providing seamless access to user data, documents, and services in alignment with Vision 2030.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tawakkalna_sdk_flutterWith Flutter:
$ flutter pub add tawakkalna_sdk_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tawakkalna_sdk_flutter: ^0.0.1-alpha.1Alternatively, 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:tawakkalna_sdk_flutter/tawakkalna_sdk_flutter.dart';