Skip to content

Commit

Permalink
vx4 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed May 22, 2023
1 parent fe4986c commit 5e3efc0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.6.1"
version: "4.0.0"
vxstate:
dependency: transitive
description:
Expand Down
Binary file added example/screenshots/ss1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/screenshots/ss2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/screenshots/ss3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,5 @@ packages:
source: hosted
version: "2.3.0"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.0.0-417 <4.0.0"
flutter: ">=2.0.0"
12 changes: 10 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: velocity_x
description: A minimalist Flutter framework for rapidly building custom designs.
version: 3.6.1
version: 4.0.0
homepage: https://velocityx.dev
repository: https://github.com/iampawan/VelocityX
documentation: https://velocityx.dev

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=2.18.0 <4.0.0"
flutter: ">=2.0.0"

dependencies:
Expand All @@ -23,6 +23,14 @@ dev_dependencies:
sdk: flutter
flutter_lints:

screenshots:
- description: "Examples of the Vx usage in light mode."
path: example/screenshots/ss1.png
- description: "Examples of the Vx usage in dark mode."
path: example/screenshots/ss2.png
- description: "Examples of the Vx usage on web."
path: example/screenshots/ss3.png

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
Expand Down

0 comments on commit 5e3efc0

Please sign in to comment.