megamil_answer_bot 0.0.1+1 megamil_answer_bot: ^0.0.1+1 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+1
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/sdk.dart';