Localize Google Sign in button in Flutter web - flutter-web

I'm following the official Firebase UI guide to localize Firebase UI Google Sign in button in a different language, but I'm already using Intl package as for the official Flutter guide, so I don't understand what is the custom delegate which should extend LocalizationsDelegate<FlutterFireUILocalizations> nor which are the labels I have to change in the different specific widgets.
As for the Flutter guide, I have an AppLocalizations class which is generated, I cannot change it. This is causing my confusion.
Can anybody point me to the right direction?

Related

Buildfire: Custom Designs and Chat Plugin

I am using the buildfire Whitelabel client's account and I want to know the answer's to the following questions
How can we customize the Sidemenu, Navbar, etc like the below screenshot
SideMenu Bottom Bar
Is there any plugin for mobile number verification?
Please let me know how we can use this plugin, as we can't find this on the plugin
marketplace Chat Plugin Screenshot
Also, after pushing app to testflight we see that app is looking different in testflight and different in the buildfiire testing console, i cant attach the screenshot of the app here but let me if we can share it somewhere on email, we know this is the device size issues, so can we upload svgs image? or can you give use design guidelines, as we are following this https://learn.appdocumentation.com/en/articles/2195862-branding-page-tutorial but still feel images are not looking proper, so give us proper guidance
Please let me know how we can add a custom screens before login and register screens, with buttons

ANDROID: Implement Google Maps direction in my app

I would like to add to an app the directions from the Google maps as seen bellow, but the information to come from the google maps when I am starting the navigation (a route on the main Maps App. Would that be possible? And if yes, where would I start?
EDIT: This post describes better the issue I'm having, and it even provides a Kotlin library that can be used.
You can use Mapbox API for Navigation. It's a very great library to use.
Check this tutorial for implementation.
Check the example that you want exactly.
Basic UI Navigation Example
BETA => Turn-by-turn navigation
This can be solved using the notification Listener Service. There is a Kotlin library that can be used.

Google Dialog Flow: Change Design/Colours

I use Google Dialog Flow and I still created a Agent. I want to customize the appeareance of the chat window and I do not know how to do it. It seems like there is no options to do this in the DialogFlow Console. I have seen that there are products like Botcopy, but I want to do it by myself. Do I need to use the API to integrate the bot into my website if I want to change the looks?
the DialogFlow web widget is mean to be used for testing, you can hack the CSS and override the way it looks but it is not a recommended approach.
In order to integrate your DialogFlow chatbot on a website you can indeed use Botcopy or Kommunicate (both provide a Widget to add to the web site with some customisation options).
If you are a UI guru you want to build something yourself you can use the DialogFlow SDK https://github.com/googleapis/nodejs-dialogflow

Side Bar Menu in Xamarin.iOS

I'm MVC .Net Developer and just a beginner in Xamarin.ios. I want to implement side bar menu slider in my app but I'm not understanding how to design it in storyboard. I've gone through some links as follows.
https://components.xamarin.com/view/sidebarnavigation
https://github.com/TheEightBot/Xamarin.SideMenu
Please provide me some helpful links and suggestions for it.
Any help is appreciated. Thank You
The best way to do this is to use the split view controller. When you create the new xamarin ios project you should select that as the template. You will need to understand UITableviews to create the navigation pane, but there are plenty of resources on that.
If you want a more customizable option I would recommend looking at syncfusion which is free to use for small organizations and developers. Here is a link to there site on how to create a custom navigation pane: https://www.syncfusion.com/products/xamarin-ios/navigationdrawer
Hope this helps. If you would like more specific info, comment and let me know. Xamarin can be kind of difficult to get into but it's a great way to build apps once you get used to it.

Rhomobile add buttons and toolbar to mapview

I am using Rhodes 3.1.0 and trying to implement some mapViews on my App.
From the tutorial I can display the map correctly with all the points I need. Now what I need to do is add some extra buttons/toolbar there so the user can perform some desired actions.
I haven't been able to find any information about this. I have been asking on Rhomobile's Google Group, but haven't got any good answers yet.
I got a suggestion to try this example app, but the app stops responding or I get an error when I try to view the Map.
Any help on how to add additional buttons to the view is greatly appreciated
Related to your other question, I think the way to handle this will be to have the URL for your pin point to a controller and action within your application in the form "/app/Controller/action".
The extra buttons can only be added on the working master branch. It does not work on the current release version of Rhodes 3.1.
If you try the example app with the master branch version you will be able to see the extra features.
The source code can be installed following these instructions

Resources