Skip to content

Commit 6e9cd63

Browse files
committed
Update Flutter package readme and changelog
1 parent 1e0b43c commit 6e9cd63

File tree

6 files changed

+58
-50
lines changed

6 files changed

+58
-50
lines changed

CHANGELOG.md

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,43 @@
11
# Flet changelog
22

3+
## 0.3.1
4+
5+
* Fixed Flutter package CHANGELOG and README.
6+
37
## 0.3.0
48

5-
* `flet pack` CLI to create app bundles with custom icons and metadata (https://github.com/flet-dev/flet/issues/770)
6-
* Control comments (https://github.com/flet-dev/flet/issues/681)
7-
* Fix MaterialState error in ButtonStyle (https://github.com/flet-dev/flet/issues/689)
8-
* Flet CLI moved into separate module (https://github.com/flet-dev/flet/issues/679)
9-
* Added BorderRadius to `__init__.py` (https://github.com/flet-dev/flet/issues/691)
10-
* Added dense property to TextField and Dropdown controls (https://github.com/flet-dev/flet/issues/696)
11-
* Correctly handle control replacement (https://github.com/flet-dev/flet/issues/710)
12-
* Fix "replace" when moving children in the collection (https://github.com/flet-dev/flet/issues/711)
13-
* Remove hard-coded colors in Markdown default code theme (https://github.com/flet-dev/flet/issues/731)
14-
* Authorization should allow to override, such as request_token() methods (https://github.com/flet-dev/flet/issues/776)
9+
* `flet pack` CLI to create app bundles with custom icons and metadata ([#770](https://github.com/flet-dev/flet/issues/770))
10+
* Control comments ([#681](https://github.com/flet-dev/flet/issues/681))
11+
* Fix MaterialState error in ButtonStyle ([#689](https://github.com/flet-dev/flet/issues/689))
12+
* Flet CLI moved into separate module ([#679](https://github.com/flet-dev/flet/issues/679))
13+
* Added BorderRadius to `__init__.py` ([#691](https://github.com/flet-dev/flet/issues/691))
14+
* Added dense property to TextField and Dropdown controls ([#696](https://github.com/flet-dev/flet/issues/696))
15+
* Correctly handle control replacement ([#710](https://github.com/flet-dev/flet/issues/710))
16+
* Fix "replace" when moving children in the collection ([#711](https://github.com/flet-dev/flet/issues/711))
17+
* Remove hard-coded colors in Markdown default code theme ([#731](https://github.com/flet-dev/flet/issues/731))
18+
* Authorization should allow to override, such as request_token() methods ([#776](https://github.com/flet-dev/flet/issues/776))
1519

1620
## 0.2.4
1721

18-
* Use correct Flet viewer path when installed from a source package (https://github.com/flet-dev/flet/issues/675)
19-
* add `ControlEvent` to __init__.py (https://github.com/flet-dev/flet/issues/657)
20-
* fix: handle a few corner cases (https://github.com/flet-dev/flet/issues/503)
22+
* Use correct Flet viewer path when installed from a source package ([#675](https://github.com/flet-dev/flet/issues/675))
23+
* add `ControlEvent` to `__init__.py` ([#657](https://github.com/flet-dev/flet/issues/657))
24+
* fix: handle a few corner cases ([#503](https://github.com/flet-dev/flet/issues/503))
2125

2226
## 0.2.2
2327

24-
* Make `Control.offset` work without animation enabled (https://github.com/flet-dev/flet/issues/632)
25-
* Added `Dropdown.alignment` property (https://github.com/flet-dev/flet/issues/630)
28+
* Make `Control.offset` work without animation enabled ([#632](https://github.com/flet-dev/flet/issues/632))
29+
* Added `Dropdown.alignment` property ([#630](https://github.com/flet-dev/flet/issues/630))
2630
* Remove beartype runtime check for all `value` properties
2731
* Fix `page.scroll` to allow None and strings
28-
* Literals to Enums (https://github.com/flet-dev/flet/issues/626)
32+
* Literals to Enums ([#626](https://github.com/flet-dev/flet/issues/626))
2933
* `gapless_playback` is `True` by default for base64 images
30-
* Ability to change border shape of FAB control (https://github.com/flet-dev/flet/issues/621)
31-
* Added Slider's `on_change_start` and `on_change_end` events (https://github.com/flet-dev/flet/issues/620)
32-
* DataTable control: 1-to-1 mapping to Flutter (https://github.com/flet-dev/flet/issues/583)
33-
* Implemented `page.can_launch_url()` (https://github.com/flet-dev/flet/issues/582)
34-
* Update project changelog from very beginning (https://github.com/flet-dev/flet/issues/581)
35-
* Publish pre releases to pypi.org (https://github.com/flet-dev/flet/issues/579)
36-
* Theming Slider control (https://github.com/flet-dev/flet/issues/573)
34+
* Ability to change border shape of FAB control ([#621](https://github.com/flet-dev/flet/issues/621))
35+
* Added Slider's `on_change_start` and `on_change_end` events ([#620](https://github.com/flet-dev/flet/issues/620))
36+
* DataTable control: 1-to-1 mapping to Flutter ([#583](https://github.com/flet-dev/flet/issues/583))
37+
* Implemented `page.can_launch_url()` ([#582](https://github.com/flet-dev/flet/issues/582))
38+
* Update project changelog from very beginning ([#581](https://github.com/flet-dev/flet/issues/581))
39+
* Publish pre releases to pypi.org ([#579](https://github.com/flet-dev/flet/issues/579))
40+
* Theming Slider control ([#573](https://github.com/flet-dev/flet/issues/573))
3741

3842
## 0.1.65
3943

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ packages:
147147
path: "../package"
148148
relative: true
149149
source: path
150-
version: "0.3.0"
150+
version: "0.3.1"
151151
flutter:
152152
dependency: "direct main"
153153
description: flutter

package/CHANGELOG.md

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,41 @@
1+
## 0.3.1
2+
3+
* Fixed Flutter package CHANGELOG and README.
4+
15
## 0.3.0
26

3-
* `flet pack` CLI to create app bundles with custom icons and metadata (https://github.com/flet-dev/flet/issues/770)
4-
* Control comments (https://github.com/flet-dev/flet/issues/681)
5-
* Fix MaterialState error in ButtonStyle (https://github.com/flet-dev/flet/issues/689)
6-
* Flet CLI moved into separate module (https://github.com/flet-dev/flet/issues/679)
7-
* Added BorderRadius to `__init__.py` (https://github.com/flet-dev/flet/issues/691)
8-
* Added dense property to TextField and Dropdown controls (https://github.com/flet-dev/flet/issues/696)
9-
* Correctly handle control replacement (https://github.com/flet-dev/flet/issues/710)
10-
* Fix "replace" when moving children in the collection (https://github.com/flet-dev/flet/issues/711)
11-
* Remove hard-coded colors in Markdown default code theme (https://github.com/flet-dev/flet/issues/731)
12-
* Authorization should allow to override, such as request_token() methods (https://github.com/flet-dev/flet/issues/776)
7+
* `flet pack` CLI to create app bundles with custom icons and metadata ([#770](https://github.com/flet-dev/flet/issues/770))
8+
* Control comments ([#681](https://github.com/flet-dev/flet/issues/681))
9+
* Fix MaterialState error in ButtonStyle ([#689](https://github.com/flet-dev/flet/issues/689))
10+
* Flet CLI moved into separate module ([#679](https://github.com/flet-dev/flet/issues/679))
11+
* Added BorderRadius to `__init__.py` ([#691](https://github.com/flet-dev/flet/issues/691))
12+
* Added dense property to TextField and Dropdown controls ([#696](https://github.com/flet-dev/flet/issues/696))
13+
* Correctly handle control replacement ([#710](https://github.com/flet-dev/flet/issues/710))
14+
* Fix "replace" when moving children in the collection ([#711](https://github.com/flet-dev/flet/issues/711))
15+
* Remove hard-coded colors in Markdown default code theme ([#731](https://github.com/flet-dev/flet/issues/731))
16+
* Authorization should allow to override, such as request_token() methods ([#776](https://github.com/flet-dev/flet/issues/776))
1317

1418
## 0.2.4
1519

16-
* Use correct Flet viewer path when installed from a source package (https://github.com/flet-dev/flet/issues/675)
17-
* add `ControlEvent` to `__init__.py` (https://github.com/flet-dev/flet/issues/657)
18-
* fix: handle a few corner cases (https://github.com/flet-dev/flet/issues/503)
20+
* Use correct Flet viewer path when installed from a source package ([#675](https://github.com/flet-dev/flet/issues/675))
21+
* add `ControlEvent` to `__init__.py` ([#657](https://github.com/flet-dev/flet/issues/657))
22+
* fix: handle a few corner cases ([#503](https://github.com/flet-dev/flet/issues/503))
1923

2024
## 0.2.2
2125

22-
* Make `Control.offset` work without animation enabled (https://github.com/flet-dev/flet/issues/632)
23-
* Added `Dropdown.alignment` property (https://github.com/flet-dev/flet/issues/630)
26+
* Make `Control.offset` work without animation enabled ([#632](https://github.com/flet-dev/flet/issues/632))
27+
* Added `Dropdown.alignment` property ([#630](https://github.com/flet-dev/flet/issues/630))
2428
* Remove beartype runtime check for all `value` properties
2529
* Fix `page.scroll` to allow None and strings
26-
* Literals to Enums (https://github.com/flet-dev/flet/issues/626)
30+
* Literals to Enums ([#626](https://github.com/flet-dev/flet/issues/626))
2731
* `gapless_playback` is `True` by default for base64 images
28-
* Ability to change border shape of FAB control (https://github.com/flet-dev/flet/issues/621)
29-
* Added Slider's `on_change_start` and `on_change_end` events (https://github.com/flet-dev/flet/issues/620)
30-
* DataTable control: 1-to-1 mapping to Flutter (https://github.com/flet-dev/flet/issues/583)
31-
* Implemented `page.can_launch_url()` (https://github.com/flet-dev/flet/issues/582)
32-
* Update project changelog from very beginning (https://github.com/flet-dev/flet/issues/581)
33-
* Publish pre releases to pypi.org (https://github.com/flet-dev/flet/issues/579)
34-
* Theming Slider control (https://github.com/flet-dev/flet/issues/573)
32+
* Ability to change border shape of FAB control ([#621](https://github.com/flet-dev/flet/issues/621))
33+
* Added Slider's `on_change_start` and `on_change_end` events ([#620](https://github.com/flet-dev/flet/issues/620))
34+
* DataTable control: 1-to-1 mapping to Flutter ([#583](https://github.com/flet-dev/flet/issues/583))
35+
* Implemented `page.can_launch_url()` ([#582](https://github.com/flet-dev/flet/issues/582))
36+
* Update project changelog from very beginning ([#581](https://github.com/flet-dev/flet/issues/581))
37+
* Publish pre releases to pypi.org ([#579](https://github.com/flet-dev/flet/issues/579))
38+
* Theming Slider control ([#573](https://github.com/flet-dev/flet/issues/573))
3539

3640
## 0.1.65
3741

package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Flet
33

4-
<img src="https://raw.githubusercontent.com/flet-dev/flet/flet-widget/media/logo/flet-logo.svg" width="50%"/>
4+
<img src="https://raw.githubusercontent.com/flet-dev/flet/main/media/logo/flet-logo.svg" width="50%"/>
55

66
Flet is a framework for adding server-driven UI (SDUI) experiences to existing Flutter apps or building standalone web, mobile and desktop apps with Flutter UI.
77

package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet
5-
version: 0.3.0
5+
version: 0.3.1
66

77
# This package supports all platforms listed below.
88
platforms:

studio/client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ packages:
147147
path: "../../package"
148148
relative: true
149149
source: path
150-
version: "0.3.0"
150+
version: "0.3.1"
151151
flutter:
152152
dependency: "direct main"
153153
description: flutter

0 commit comments

Comments
 (0)