Skip to content

Commit fccc52d

Browse files
committed
fix navigation issue and set for publish
1 parent f8e6a7d commit fccc52d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 0.0.6-alpha
1+
## 0.0.7-alpha
22

33
- Initial beta release of flutter_on_rails package
44
- Added basic widget parsing functionality
55
- Implemented support for various Flutter widgets and properties
66
- Added utility functions for parsing and exporting widget properties
77

8-
## 0.0.6
8+
## 0.0.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the package to your `pubspec.yaml`:
1818

1919
```yaml
2020
dependencies:
21-
flutter_on_rails: ^0.0.6.alpha
21+
flutter_on_rails: ^0.0.7.alpha
2222
```
2323
2424
## Quick Start

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_on_rails
22
description: "Flutter on rails is the fastest way to bridge your web app with a Flutter-powered for cross plateform mobile and desktop app with ease and minimal changes, maximum freedom"
3-
version: 0.0.6-alpha
3+
version: 0.0.7-alpha
44
homepage: https://github.com/AdamMusa/flutter_on_rails
55

66
environment:
@@ -16,7 +16,6 @@ dependencies:
1616
minimal_mvn: ^2.0.1
1717
dart_mappable: ^4.5.0
1818

19-
2019
flutter:
2120
sdk: flutter
2221

0 commit comments

Comments
 (0)