Skip to content

Commit

Permalink
Dart 2 Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjs23 committed Aug 5, 2018
1 parent aa3a9f1 commit f2d4c7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NativeUI

NativeUI widget wrappers for Android and iOS that I use on my projects.
NativeUI widget wrappers for Android and iOS.

**This package is under development, some help is always welcome.**

Expand Down Expand Up @@ -76,7 +76,7 @@ PlatformSwitcher(

## Contribution

Please contribute sending [feedback or reporting a bug](https://github.com/carlosjs23/nativeui/issues/new), or sending [a pull request](https://github.com/flutter/plugins/pulls). Thank you!
Please contribute sending [feedback or reporting a bug](https://github.com/carlosjs23/nativeui/issues/new), or sending [a pull request](https://github.com/carlosjs23/nativeui/pulls). Thank you!



Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@ packages:
source: hosted
version: "2.1.13"
sdks:
dart: ">=2.0.0-dev.52.0 <=2.0.0-dev.54.0.flutter-46ab040e58"
dart: ">=2.0.0-dev.52.0 <=2.0.0-dev.58.0.flutter-f981f09760"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: native_ui
description: NativeUI widgets for Android and iOS
version: 0.0.4
version: 0.0.5
author: Carlos A. Escobar <[email protected]>
homepage: https://github.com/carlosjs23/nativeui

Expand All @@ -19,4 +19,4 @@ dev_dependencies:
flutter:

environment:
sdk: ">=1.19.0 <2.0.0"
sdk: '>=1.19.0 <3.0.0'

0 comments on commit f2d4c7f

Please sign in to comment.