-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add analytics * fix: build error * fix: naming error * refactor: logEvent * fix: 'id' was assigned -1 * feat: add page source enum * refactor: get name and parameter function * refactor: page source enum's order * chore: update dependencies * feat: add analytics * feat: add analystics * chore: upgrade Podfile.lock * feat: add router observer * chore(deps): remove flutter_hooks * feat: add analytics repository helper * feat: add AutoRouteObserver * feat: add pageview event for feed page * feat: add pageview event for category page * feat: add pageview event for main bottom tab navigator * feat: add pageview event for profile page * feat: add pageview event for list page * fix: remove null event parameter * feat: add pageview event for search page * feat: add pageview event for write body page * feat: click back button event * feat: add pageview event for detail page * feat: add pageview event for notice edit page * feat: add pageview event for write config page * feat: add pageview event for add hashtag page * feat: add pageview event for write config preview page * feat: add pageview event for notice write consent page * feat: add pageview event for notice edit body page * feat: add pageview event for notice edit additional page * feat: add pageview event for notice edit preview page * feat: add pageview event for profile setting page * feat: add pageview event for profile setting information page * refactor: remove unused imports * feat: add analytics * fix: language toggle merge error * fix: always invoke ai translation click event even if condition is not met * fix: additional notice event condition * refactor: separate analytics repositories * fix: wrong import * refactor: cleanup import * feat: link firebase analytics repository to MultipleAnalyticsRepository * chore(deps): add amplitude * feat: use amplitude analytics * feat: register FirebaseAnalyticsRepository to injectable * chore(deps): add flutter_smartlook * feat: integrate smartlook * chore(deps): add flutter_dotenv * feat: use dotenv * chore(ci/cd): copy dotenv * chore: update Podfile.lock * refactor: analytics instance getting * chore: remove logging in FirebaseAnalyticsRepository * fix: try~catch in MultipleAnalyticsRepository * refactor: use injected AnalyticsRepository * feat: add ai translation action event * fix: make activated language button non clickable * fix: wrong condition for ai translation * refactor: bottom navigation page click action * fix: notice can be null issue in detail page * fix: notice can be null issue in notice edit page * refactor: string -> Language enum * fix: ai translate condition * fix: add type parameter in publish agree event * fix: don't render child of single notice shell layout if no data in bloc * refactor: make camelToSnake as global function not method * feat: deadline selector view event --------- Co-authored-by: 2paperstar <[email protected]>
- Loading branch information
1 parent
c61b3d0
commit dac6567
Showing
49 changed files
with
1,459 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,3 +51,6 @@ app.*.map.json | |
*.freezed.dart | ||
*.gen.dart | ||
locator.config.dart | ||
|
||
# env | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.