You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to add custom buttons to application navigation bar (#266)
* initial implementation
added config KEY_CONFIG_CUSTOM_APP_NAV_BAR(android) and PTCustomAppNavBarKey(iOS)
dart implementation as well
* dart implementation
changed to customTopToolbar in dart for clarity of what's being implemented
* updated config.dart
no more needed customTopToolbar
(there is topAppRightNavBar)
* added android partial implementation
added rightbaritems and plugin utils, initial implementation of custom item added to android app bar
removed some ios classes due to having available api
* iOS implementation of customToolbarItems in topnavbarrightbar
* Updating package version
* fixed some naming conventions in applyViewerSettings
fixed some naming conventions in applyViewerSettings
* Updating pubspec.yaml
* Updating package version
* removed random blank lines and removed empty class button
also removed commented code and fixed return on getter of getAppNavBarRightBarItems()
* Updating pubspec.yaml
* Updating package version
* hygen generated appBarButtonPressed eventlistener
* Updating pubspec.yaml
* Updating package version
* handleAppBarButtonItemPressed w/ event sink
android side of handling app bar button event pressed
* Updating pubspec.yaml
* Updating package version
* iOS
appbarbutton event sink changes
* Updating pubspec.yaml
* Updating package version
* update config.dart
* Updating package version
* handle orientation bug
* Updating package version
* Updating pubspec.yaml
* Updating package version
* ios naming to seperate barButtonItems and appBarButtonItems
* Updating pubspec.yaml
* Updating package version
* unified function for handling custom app bar button
unified function for handling custom app bar button
* Updating pubspec.yaml
* Updating package version
* update handleCustomAppBarButton visibility
change to private
* Updating pubspec.yaml
* Updating package version
* Set tag on bar button item
* Updating package version
* Updating pubspec.yaml
* Updating package version
* formatting fix
blank spaces
* Updating pubspec.yaml
* Updating package version
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dluco <[email protected]>
0 commit comments