A cross-platform forum application, the service are based on Microsoft SQL Server, NodeJs(with express) and aliyun OSS server.
- 🚪Portal to Inforum_API
- 🔵Come check my brother app! It's using iOS-style UI layout. Inforum_Alter
This App can automaticlly fit your screen to display information, with this app, you can easily make a post, leave a comment or share media contents on anywhere by any device.
Project codeFile has been updated to the fresh flutter2.0 and migrated to null-safety so you're good to go.
This project is a Flutter application. A few resources to get you started if this is your first Flutter project:
If you want to build or run this app, you should make a webConfig file by your own first.
- Insert code:
// make file as /lib/data/webConfig.dart
String apiServerAddress = '';
String ossAccessKeyID = '';
String ossAccessKeySecret = '';
String ossServer = '';
String bucket = '';
// 发送请求的url,根据你自己设置的是哪个城市的
String url = 'https://$bucket.oss-cn-hangzhou.aliyuncs.com';
// 过期时间
String expiration = '2025-01-01T12:00:00.000Z';
You should use hover(which is powered by Go) tools with flutter engine to run and build app, the platform dedicated function(such as filePicker) will need it to work on Desktop.And you'd better follow the step by link: https://github.com/go-flutter-desktop/hover/blob/master/README.md
Now the app has migrated to the official file_selector plugin, no need to worry about. Thanks to the flutter community❤.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.