Skip to content

Commit

Permalink
flutter: Delete broken web platform support
Browse files Browse the repository at this point in the history
This Flutter app hasn't worked on the web since we started using a
SQLite database, if not sooner.  That's no loss; our actual deployment
targets are (as README.md says) Android and iOS, and even desktop
platforms are supported only for occasional development convenience.

So just cut out the files that make up the Web support, which were
added by `flutter create` from its templates at the beginning and
which we've barely touched since (a total of once, to capitalize
the name "Zulip").
  • Loading branch information
gnprice committed Feb 12, 2024
1 parent 62a0d7c commit 197796a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 97 deletions.
3 changes: 0 additions & 3 deletions .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ migration:
- platform: macos
create_revision: c9dd4584702dc5ab67a6dc9c6ebaa33739bac811
base_revision: c9dd4584702dc5ab67a6dc9c6ebaa33739bac811
- platform: web
create_revision: c9dd4584702dc5ab67a6dc9c6ebaa33739bac811
base_revision: c9dd4584702dc5ab67a6dc9c6ebaa33739bac811
- platform: windows
create_revision: c9dd4584702dc5ab67a6dc9c6ebaa33739bac811
base_revision: c9dd4584702dc5ab67a6dc9c6ebaa33739bac811
Expand Down
Binary file removed web/favicon.png
Binary file not shown.
Binary file removed web/icons/Icon-192.png
Binary file not shown.
Binary file removed web/icons/Icon-512.png
Binary file not shown.
Binary file removed web/icons/Icon-maskable-192.png
Binary file not shown.
Binary file removed web/icons/Icon-maskable-512.png
Binary file not shown.
59 changes: 0 additions & 59 deletions web/index.html

This file was deleted.

35 changes: 0 additions & 35 deletions web/manifest.json

This file was deleted.

0 comments on commit 197796a

Please sign in to comment.