优化
This commit is contained in:
34
README.en.md
34
README.en.md
@@ -13,22 +13,22 @@ A production-ready Flutter quick-start template extracted from real-world projec
|
||||
|
||||
## Tech Stack
|
||||
|
||||
| Category | Package | Purpose |
|
||||
|---|---|---|
|
||||
| State Management | flutter_riverpod | Compile-safe, testable state management |
|
||||
| Networking | dio | HTTP client with interceptor chain |
|
||||
| Local Cache | shared_preferences | Key-value persistence |
|
||||
| Network Monitor | connectivity_plus | Real-time connectivity tracking |
|
||||
| Permissions | permission_handler | Runtime permission requests |
|
||||
| Screen Adaptation | flutter_screenutil | Design-dimension-based layout |
|
||||
| Image Loading | cached_network_image | Network image caching |
|
||||
| SVG | flutter_svg | SVG rendering |
|
||||
| Pull to Refresh | pull_to_refresh | Refresh and load-more |
|
||||
| Loading HUD | flutter_easyloading | Toast and loading indicator |
|
||||
| Device Info | device_info_plus | Device metadata |
|
||||
| Package Info | package_info_plus | App version info |
|
||||
| URL Launcher | url_launcher | Open external URLs |
|
||||
| Linting | flutter_lints | Recommended Dart lint rules |
|
||||
| Category | Package | Purpose |
|
||||
| ----------------- | -------------------- | --------------------------------------- |
|
||||
| State Management | flutter_riverpod | Compile-safe, testable state management |
|
||||
| Networking | dio | HTTP client with interceptor chain |
|
||||
| Local Cache | shared_preferences | Key-value persistence |
|
||||
| Network Monitor | connectivity_plus | Real-time connectivity tracking |
|
||||
| Permissions | permission_handler | Runtime permission requests |
|
||||
| Screen Adaptation | flutter_screenutil | Design-dimension-based layout |
|
||||
| Image Loading | cached_network_image | Network image caching |
|
||||
| SVG | flutter_svg | SVG rendering |
|
||||
| Pull to Refresh | pull_to_refresh | Refresh and load-more |
|
||||
| Loading HUD | flutter_easyloading | Toast and loading indicator |
|
||||
| Device Info | device_info_plus | Device metadata |
|
||||
| Package Info | package_info_plus | App version info |
|
||||
| URL Launcher | url_launcher | Open external URLs |
|
||||
| Linting | flutter_lints | Recommended Dart lint rules |
|
||||
|
||||
## Directory Structure
|
||||
|
||||
@@ -72,7 +72,7 @@ lib/
|
||||
## Getting Started
|
||||
|
||||
```bash
|
||||
cd flutter-template
|
||||
cd record-tool
|
||||
flutter pub get
|
||||
flutter analyze
|
||||
flutter test
|
||||
|
||||
Reference in New Issue
Block a user