Skip to content

Commit

Permalink
Tauweb : Version 0.17.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Larpoux committed Feb 20, 2025
1 parent b38056d commit e56daf2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.17.13
## 0.17.14

- ## The [CHANGELOG file is here](https://tau.canardoux.xyz/etau_CHANGELOG.html)

16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
## Etau stands for Ukraine!

For information about how to write a good package README, see the guide for
[writing package pages](https://dart.dev/tools/pub/writing-package-pages).
![PeaceForUkraine](https://etau.canardoux.xyz/images/2-year-old-irish-girl-ukrainian.jpg)
Peace for Ukraine

For general information about developing packages, see the Dart guide for
[creating packages](https://dart.dev/guides/libraries/create-packages)
and the Flutter guide for
[developing packages and plugins](https://flutter.dev/to/develop-packages).
-->
![PrayForUkraine](https://etau.canardoux.xyz/images/banner.png)
Pray for Ukraine

# Tauwar
# Tauweb

`Tauwar` is an [Etau](https://pub.dev/packages/etau) implementation for Flutter on Flutter Web.
`Tauweb` is an [Etau](https://pub.dev/packages/etau) implementation for Flutter on Flutter Web.

[Etau](https://pub.dev/packages/etau) is the interface and this is what see the App.
So, there are not many things to say about `Tauweb` because this is just an implementation.
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ packages:
dependency: "direct main"
description:
name: etau
sha256: e99e7c7bcf352efbc94ce963a5b03796501c2eef8c5a593d1b39d2a872c54d4c
sha256: a5d252aae9b6e0194f282bf3b6d066a9a8ce1483bf4fcf59a19a4c3418cf6b39
url: "https://pub.dev"
source: hosted
version: "0.17.12"
version: "0.17.14"
fake_async:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: "An example showing how to use the etau implementation for the Web.
# This version is used _only_ for the Runner app, which is used if you just do
# a `flutter run` or a `flutter make-host-app-editable`. It has no impact
# on any other native host app that you embed your Flutter project into.
version: 0.17.13
version: 0.17.14

environment:
sdk: ^3.5.3
Expand All @@ -27,7 +27,7 @@ dependencies:
## tau_wars: ^0.0.14-alpha.4
## path: ../ # tau_wars Dir

etau: ^0.17.13
etau: ^0.17.14
# path: ../../etau # etau Dir

# The following adds the Cupertino Icons font to your application.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tau_web
description: "A Etau implementation for the Web. This is just an implementation. All the API is in the `Etau` plugin. Member of the `Tau` family. Europe Stands With Ukraine. Pray for Ukraine."
version: 0.17.13
version: 0.17.14
homepage: https://tau-ver.canardoux.xyz/etau-README.html
repository: https://github.com/canardoux/tau_web

Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter

etau: ^0.17.13
etau: ^0.17.14
# path: ../etau # etau Dir

web: ^1.0.0
Expand Down

0 comments on commit e56daf2

Please sign in to comment.