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.
-
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
- Developers lacking experience in large-scale flutter projects
- College students who want to complete projects or graduate programs independently
|---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
The flutter_locyin is open-sourced software licensed under the Apache License, Version 2.0.