Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,327 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter3Core

Idea 技巧

折叠代码

//region name
...
//endregion name
//<editor-fold desc="name">
...
//</editor-fold desc="name">

关闭代码格式化

// @formatter:off
...
// @formatter:on

2023-10-20

├─flutter3_app
│  ├─flutter3_core
│  │  ├─flutter3_widgets
│  │  │   ├─flutter3_basics
│  │  │   │   └─async
│  │  ├─flutter3_http
│  │  │   ├─http
│  │  │   ├─dio
│  │  ├─flutter3_vector
│  │  ├─path_provider
│  │  ├─path
│  │  ├─provider
│  │  ├─jetpack
│  │  ├─isar
│  │  ├─isar_flutter_libs
│  │  ├─hive
│  ├─flutter3_pub
│  │  ├─flutter3_basics
│  │  ├─flutter3_core
│  │  ├─flutter3_vector
│  │  ├─cached_network_image
│  │  ├─flutter_html
│  │  ├─flutter_svg
│  │  ├─url_launcher
├──flutter3_canvas
│    ├─flutter3_basics
│    ├─flutter3_widgets
│    ├─flutter3_vector
├──flutter3_widgets
│    ├─flutter3_basics
├──flutter3_http
│    ├─flutter3_basics
├──flutter3_vector
│    ├─flutter3_basics
├──flutter3_web
│    ├─flutter3_basics

Flutter3Core

https://github.com/angcyo/Flutter3Abc

https://github.com/angcyo/Flutter3Core

flutter3_basics

2023-10-20

flutter3_widgets

2023-10-21

flutter3_core

2023-10-20

Mobile platforms

https://docs.flutter.dev/reference/supported-platforms#mobile-platforms

  • Android Supported 24 to 36 | x64 Arm32 Arm64
  • iOS Supported 13 to 26 | Arm64
  • Windows Supported 10, 11 | x64 Arm64
  • macOS Supported Catalina (10.15) to Tahoe (26) | x64 Arm64
  • Debian (Linux) Supported 10, 11, 12 | x64 Arm64
  • Ubuntu (Linux) Supported 20.04 LTS to 24.04 LTS | x64 Arm64
  • Chrome Supported Latest 2 | JavaScript WebAssembly
  • Edge Supported Latest 2 | JavaScript WebAssembly
  • Firefox Supported Latest 2 | JavaScript
  • Safari Supported 15.6 and newer | JavaScript

About

2023-10-20 A flutter quick development kit . For rapid development of cross-platform mobile applications.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages