Skip to content

Commit 3976726

Browse files
committed
update the changelog and remove unuse package
1 parent dbfdb05 commit 3976726

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## 0.0.1-alpha
1+
## 0.0.2-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.1
8+
## 0.0.2
99

1010
- TODO: Describe initial release.

example/test/widget_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
import 'package:flutter/material.dart';
99
import 'package:flutter_test/flutter_test.dart';
1010

11+
// import 'package:example/main.dart';
12+
1113
void main() {
1214
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
1315
// Build our app and trigger a frame.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.1-alpha
3+
version: 0.0.2-alpha
44
homepage: https://github.com/AdamMusa/flutter_on_rails
55

66
environment:

0 commit comments

Comments
 (0)