基于flutterflow-ui v0.3.1版本 去除google ad 与google map

This commit is contained in:
khlu
2024-08-10 12:42:14 +08:00
parent f0c029ed7c
commit e9197e14ba
48 changed files with 7871 additions and 2 deletions

26
CHANGELOG.md Normal file
View File

@@ -0,0 +1,26 @@
## 0.3.1
- Remove audio player support from the package
## 0.3.0
- Add support for new UI widgets available in current FlutterFlow release
- Update utility functions to support new FlutterFlow code generation
- Update dependencies
## 0.2.0
**Breaking changes**
- Remove Flutter media plugins such as chewie, video_player, audio_player, google_maps, webview, mapbox, rxdart, shared_preferences
**Features**
- Add support for new UI widgets available in current FlutterFlow release
- Add generated code for animations support
## 0.1.1
Removed FlutterFlowTheme from package
## 0.1.0+4
Initial beta release