Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Rename and remove stuff, add PullToRefresh (#293)
Browse files Browse the repository at this point in the history
* Rename files

* Add PullToRefresh

* Remove l10n gen from repo

* Format l10n files in CI
  • Loading branch information
shilangyu authored Nov 12, 2021
1 parent dac6fcf commit e881dde
Show file tree
Hide file tree
Showing 54 changed files with 45 additions and 18,454 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Get dependencies
run: flutter pub get

- name: Generate l10n
run: |
flutter gen-l10n
dart format lib/l10n/gen/
- name: Run lints
run: flutter analyze

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
.pub-cache/
.pub/
/build/
lib/l10n/gen

# Web related
lib/generated_plugin_registrant.dart
Expand Down
Loading

0 comments on commit e881dde

Please sign in to comment.