megamil_answer_bot 0.0.1+2 copy "megamil_answer_bot: ^0.0.1+2" to clipboard
megamil_answer_bot: ^0.0.1+2 copied to clipboard

SDK Megamil Answer Bot

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add megamil_answer_bot

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

dependencies:
  megamil_answer_bot: ^0.0.1+2

Alternatively, 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:megamil_answer_bot/core/enums.dart';
import 'package:megamil_answer_bot/main.dart';
import 'package:megamil_answer_bot/module/models/ai_response.dart';
import 'package:megamil_answer_bot/module/models/api_model.dart';
import 'package:megamil_answer_bot/module/models/sdk_model.dart';
import 'package:megamil_answer_bot/module/models/server_model.dart';
import 'package:megamil_answer_bot/module/screens/direct_chat.dart';
import 'package:megamil_answer_bot/module/screens/empty_chat.dart';
import 'package:megamil_answer_bot/module/screens/splash_screen.dart';
import 'package:megamil_answer_bot/module/widgets/app_bar.dart';
import 'package:megamil_answer_bot/module/widgets/chat_message.dart';
import 'package:megamil_answer_bot/module/widgets/list_suggestions.dart';
import 'package:megamil_answer_bot/module/widgets/loading.dart';
import 'package:megamil_answer_bot/sdk.dart';
0
likes
80
pub points
0%
popularity

Publisher

unverified uploader

SDK Megamil Answer Bot

Homepage

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

cupertino_icons, flutter, intl, megamil_toolkit

More

Packages that depend on megamil_answer_bot