-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Revised Usage of Remote Parameter Fetcher (#18)
* fix: activateAndRefetch method to call activate() instead of fetchAndActivate() * fix: Refactor onConfigUpdated to Property for Consistent Stream Instance * refactor: Refactor RemoteParameterFetcher to use RemoteParameter class * fix: Fix remote_parameter_fetcher example * refactor: Implement Use of ValueChanged Co-authored-by: Ryunosuke Muramatsu <[email protected]> --------- Co-authored-by: Ryunosuke Muramatsu <[email protected]>
- Loading branch information
Showing
6 changed files
with
272 additions
and
202 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
1 change: 1 addition & 0 deletions
1
packages/flutterfire_remote_parameter_fetcher/lib/remote_parameter_fetcher.dart
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/// Remote Parameter Fetcher | ||
library remote_parameter_fetcher; | ||
|
||
export '../src/remote_parameter.dart'; | ||
export '../src/remote_parameter_fetcher.dart'; |
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.