Skip to content

nitikornchumnankul/dna-center

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

dna-center

Diagram

Database Diagram

Responsive Design Strategy

Flutter Web : Responsive Landing Page - Speed Code

แบบฟอร์ม

รายละเอียดสำหรับการลงทะเบียน

  1. ชื่อสมาชิก................................... นามสกุล............................................
  2. ชื่อฟาร์ม.......................................จำนวนวัว............................................
  3. ที่อยู่........................................................................................................
  4. เบอร์ติดต่อ..............................................................................................
  5. อีเมลล์.....................................................................................................
  6. Line………………………………………………………………………………………

ข้อมูลตัวอย่างจากวัวที่จะส่งตรวจ

  1. ชื่อวัว/ รหัสวัว...................................เพศ.............................
  2. ประเภทตัวอย่างที่ส่งตรวจ (เลือด/ขนหาง)....................................................
  3. ปริมาณตัวอย่างที่ส่งตรวจ.........................................................................
  4. พ่อพันธุ์............................................................
  5. แม่พันธุ์............................................................

สร้างหน้า DataCenter

flutter create DataCenter

เปิดช่องพัฒนาในรูปแบบเว็บแอปพลิเคชั่น

flutter channel beta

อัพเดต flutter

flutter upgrade

ตั้งค่าในรูปแบบเว็บแอปพลิเคชั่น

flutter config --enable-web

local web application

flutter run -d web --web-port=8080

Using DevTools with a command-line app

  1. Install DevTools
flutter pub global activate devtools
  1. Launch the DevTools server
flutter pub global run devtools
 flutter pub global run devtools -p 8000
 cd path/to/your/app
 flutter run --observatory-port=8080

Build

flutter build web

Add web support to an existing app

flutter create .

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published