A set of Flutter code runs on multiple ends

A set of Flutter code runs on multiple ends

This article does not intend to introduce the functional code, but shares a YouTube sharing video about Flutter

最后更新 7/10/2021 11:29 PM
沙漠尽头的狼
预计阅读 2 分钟
分类
Flutter
标签
Flutter Android Desktop iOS Mac

参考视频:https://www.youtube.com/watch?v=_uOgXpEHNbc

视频配套源码:https://github.com/abuanwar072/Flutter-Responsive-Admin-Panel-or-Dashboard

文中截图源码(站长照着视频学习码的):https://github.com/dotnet9/FlutterTest/tree/main/src/admin_panel

This article does not intend to introduce the functional code. If you are interested, you can click on the above video or source code reference.

代码结构

Looking at the number of code files, in fact, each dart file only has dozens of lines of code. The panel is divided into various small modules of dart files, which are finally combined and displayed together.

Let's take a look at the mac desktop display first (similar to the Windows desktop):

桌面

Web version (Call F12, debugging the same as the front-end)

网页

iOS (iPhone 12 Pro Max emulator)

android(emulator)

Record a short clip of the original video

Interested? Go back to the beginning of the article and click on the video (or source code) to learn.

Keep Exploring

延伸阅读

更多文章