Skip to content

lioutall/flutter_locyin

 
 

Repository files navigation

Logo

Flutter Dart GitHub license Github CSDN 码云

A map tour guide mobile app based on Flutter, an AI travel notes product integrating map tour guide and UGC. Through the combination of 5g + AI, collect data from many aspects to provide tourists with personalized tourism services. All data and records are automatically collected and sorted by the system to facilitate the dissemination of the reputation of the scenic spot and more interested tourists to travel, explore and mine.

Demo

Create Chat Window | Read Callback

create_window_read_callback

Media Assets

send_assets

Speech | Emoji

send_speech_emoji

Video Call

video_call

Dark Mode | Change Status | Save Draft | Slidable

darkmode_status_draft_slidable

Server Side

I have deployed the laravel server to the ECS. The basic interface address is: https://api.locyin.com/api/v1/,Other configuration information of the app can be modified in the lib/common/config.dart file.

Features

  • Fully support null-safety

  • Sound log system

  • Reasonable and standardized development process, from zero to one, from shallow to deep

  • Use the critically acclaimed third-party plug-in library

  • Integrated Amap

  • Design and implementation of instant messaging system in wechat style

Suitable For

  • Developers lacking experience in large-scale flutter projects
  • College students who want to complete projects or graduate programs independently

Project Structure

|---flutter_locyin
|     |---android  
|     |---assets  
|     |     |---fonts 
|     |     |---icon 
|     |     |---images 
|     |     |---json 
|     |---ios  
|     |---lib  
|     |     |---data  
|     |     |     |---api 
|     |     |     |---model 
|     |     |---common
|     |     |     |---lang  
|     |     |          └──en_US 
|     |     |          └──zh_Hans 
|     |     |          └──translation_service 
|     |     |     └──config.dart 
|     |     |---init 
|     |     |     └── app_init.dart 
|     |     |     └── default_app.dart 
|     |     |---page  
|     |     |     └── index.dart 
|     |     |     └── xxx.dart 
|     |     |---route 
|     |     |     └── route_map.dart  
|     |     |     └── route.dart 
|     |     |---utils 
|     |     |     └── getx.dart 
|     |     |     └── dio_manager.dart
|     |     |     └── xxx.dart 
|     |     |---widgets
|     |     └── main.dart
|     |---test
|     |---web
|     └── pubspec.yaml 

Document

License

The flutter_locyin is open-sourced software licensed under the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 99.0%
  • Other 1.0%