Home / Companies / FlutterFlow / Blog / July 2023

July 2023 Summaries

3 posts from FlutterFlow

Filter
Month: Year:
Post Summaries Back to Blog
FlutterFlow offers a quick way to publish web applications, but for enhanced functionality such as connecting to a custom CI/CD pipeline, deploying apps to one's own backend is beneficial. This text explains how to deploy a FlutterFlow web application using Firebase Hosting and automate the process with GitHub Actions. Initially, users need to set up a Firebase project and download the FlutterFlow project source code using either the browser or FlutterFlow CLI. The Firebase CLI is then used to configure hosting, after which a preview of the app can be deployed and viewed. The text further details automating the deployment using GitHub Actions, which involves connecting the FlutterFlow project to a GitHub repository and setting up a workflow to build and deploy the app automatically upon code pushes to the repository. This automation streamlines the process, allowing developers to focus more on building apps rather than repetitive deployment tasks, and opens possibilities for integrating additional features like test frameworks and security checks in the CI/CD pipeline.
Jul 31, 2023 1,384 words in the original blog post.
COIN is a versatile mobile application designed to streamline financial management for users on iOS and Android platforms, offering features like expense tracking, custom budgets, and multi-language support. Developed between May and October 2022, COIN transitioned from Flutter to a combination of FlutterFlow and Xano, enhancing its capabilities and backend infrastructure, despite initial challenges with integrating complex business logic. Since its launch, the app has achieved over 10,000 downloads and maintains over 700 monthly active users, with positive feedback highlighting its user-friendly interface and effective financial data presentation. The success of COIN is partly attributed to the efficiency of the FlutterFlow platform, which facilitated rapid feature implementation and allowed the developer to focus on user experience and value delivery. As COIN continues to evolve with planned features like multiple wallets and expense sharing, it aims to establish itself as a top choice for individuals seeking an intuitive and powerful financial management tool.
Jul 26, 2023 583 words in the original blog post.
The guide provides a comprehensive walkthrough on creating a cross-platform video calling application using Agora and Flutter, designed for Android, iOS, and web platforms. It introduces Agora as a real-time communication platform that integrates voice, video, and interactive broadcasting, while Flutter, an open-source UI toolkit by Google, allows for the development of visually consistent applications across different platforms with a single codebase. The tutorial covers integrating Agora's SDK with Flutter, setting up a serverless backend for token generation using Firebase Cloud Functions, and implementing video call rooms with features like audio control and camera switching. It also includes setting up a new Flutter project, creating the Create Channel and Video Call pages, configuring Firebase, and writing and deploying a Cloud Function for token generation. Additionally, the guide discusses user authentication, obtaining camera and microphone permissions, initializing the Agora RTC engine, handling call actions, and creating a responsive video layout, culminating in an app ready to connect users globally.
Jul 12, 2023 5,328 words in the original blog post.