Just launched my first app! 🎉 Developed in Flutter + Dart, Quick Notes is a simple notes app where you can register to store and manage your notes in the cloud! Check it out on Google Play 😁 https://lnkd.in/g9V92bWi Feedback is always appreciated, so if you do decide to try it out, you can leave a review on Google Play or simply send me a message to let me know how it went. 🙌 My goal with making this app was to learn about the entire zero-to-production path of app development and I loved it. The only big thing left is releasing an update, and I'm currently working on it! 💪 Of course it's open source, you check out its code here! https://lnkd.in/gdp6PsPQ Some of the cool things that are implemented: - App Localization (available in English and Spanish). - User Authentication. - Cloud Management. - BLoC State Management. Huge props to Vandad Nahavandipoor for his incredible Flutter Course on YouTube! https://lnkd.in/gYExP9PG
Tomas Achaval Berzero’s Post
More Relevant Posts
-
Asslam u Alaikum Connections. Every now and then we find ourselves using google's location API so sometimes we also need a autocomplete so to solve that issue I am publishing my own flutter package named as "Google Places AutoComplete". It covers all the aspects of null safety that are not found in previous packages and provides much better logging and performance. Google Places Autocomplete for Flutter is a lightweight package that seamlessly integrates Google Places API into your Flutter app, offering real-time location suggestions with customizable UI. It simplifies location-based app development by enabling efficient place predictions, address autocompletion, and detailed place data retrieval. Ideal for apps requiring location input, it enhances user experience with easy integration and accurate results. https://lnkd.in/d_yvrGvu
To view or add a comment, sign in
-
🚀 Adding Firebase to Your Flutter App Made Easy with FlutterFire CLI 🚀 Are you looking to integrate Firebase into your Flutter app but feeling overwhelmed by the setup process? Look no further! With FlutterFire CLI, adding Firebase services to your Flutter project has never been easier. ⚡FlutterFire CLI simplifies the Firebase integration process by automating many of the manual steps involved. In just a few simple commands, you can set up Firebase Authentication, Cloud Firestore, Cloud Storage, and more, seamlessly integrating powerful Firebase features into your Flutter app. ⚡To get started, make sure you have FlutterFire CLI installed by running `npm install -g flutterfire-cli`. Once installed, navigate to your Flutter project directory and run `flutterfire configure` to begin the setup process. Follow the prompts to select the Firebase services you want to use, authenticate with Firebase, and configure your project. ⚡With FlutterFire CLI, you can say goodbye to tedious configuration steps and hello to rapid Firebase integration. Whether you're building a simple app or a complex project, FlutterFire CLI streamlines the process, saving you time and effort. ⚡Ready to supercharge your Flutter app with Firebase? Check out this helpful guide by Andrea Bizzotto for a step-by-step tutorial on using FlutterFire CLI: [https://lnkd.in/gRixqqmZ] ⚡Adding Firebase to Your Flutter App with FlutterFire CLI Don't let the setup process hold you back. With FlutterFire CLI, Firebase integration is just a few commands away. Happy coding! #Firebase #Flutter #FlutterFire #MobileAppDevelopment #FirebaseIntegration #FlutterDevelopment #FirebaseServices #FlutterTips #FlutterCommunity
To view or add a comment, sign in
-
Want to add server-side muscle to your React Native app without the hassle? Look no further than Firebase Cloud Functions! Here's your power-up kit: Direct Connection: Talk to your deployed functions with ease using @react-native-firebase/functions. No need for complex backend setups. Lightning-Fast Dev: Test your functions locally during development with useEmulator. Get instant feedback and iterate like a champ. Build for the Cloud: Create and deploy your Cloud Functions in JavaScript or TypeScript using the Firebase CLI. Simple and familiar! Asynchronous Ace: Handle asynchronous operations in your functions smoothly with async/await. Write cleaner, more maintainable code. Secret Keeper: Keep sensitive data like API keys safe and secure using environment variables. Let Firebase handle the access control. Firebase Cloud Functions combined with React Native is a winning combo for building powerful and scalable mobile apps.
To view or add a comment, sign in
-
Enhancing PDF Generation in Flutter with Google Cloud Functions 📄 In today's fast-paced digital world, delivering documents in an efficient, automated way is critical for many applications, whether it's generating invoices, medical prescriptions, or reports. Recently, I explored how we can leverage Google Cloud Functions to dynamically generate PDFs and integrate them seamlessly into a Flutter app. This serverless architecture allows us to offload complex PDF generation tasks, making the app more efficient while handling heavy lifting in the cloud. 🔧 Here’s what I covered: 1. Building a Cloud Function using the pdf-lib library to generate PDFs dynamically. 2. Storing those PDFs in Google Cloud Storage for secure access. 3. Retrieving and displaying the generated PDFs in a Flutter app using signed URLs. The best part? You can scale this approach effortlessly and handle document generation for thousands of users without burdening the client-side app. If you're building apps that require efficient document generation, this could be a game-changer! Check out the full tutorial on Medium https://lnkd.in/gExnkJjN #Flutter #GoogleCloud #Serverless #MobileDevelopment #PDF
Automating PDF Generation in Flutter Using Google Cloud Functions
medium.com
To view or add a comment, sign in
-
Unlock the secrets to engaging your app users like never before! Dive into my latest blog post on mastering Firebase Cloud Messaging in Flutter. Don't miss out – read now and elevate your app's notification game! 💙🔥 #Flutter #Firebase #MobileApps
Mastering FCM in Flutter: Your Ultimate Guide to Engaging Notification
blog.adityasharma.co
To view or add a comment, sign in
-
Sometimes, you may not be able to have a CICD for an Android app that automatically uploads your app to the store. This may happen in cases where your company is unable to grant you the necessary permissions or you may have additional manual validation steps or you may be using an alternate store. In those cases, having the app be built and automatically uploaded to a cloud drive you can then retrieve it from can be quite helpful 🚀 If you need any help setting up your CICD, feel free to reach out! #cicd #devops #androiddevelopment https://lnkd.in/d3Hc2kfW
Build & Upload Android App to Google Drive Using Fastlane
thepaulo.medium.com
To view or add a comment, sign in
-
You can use an #IngressController in #AKS to securely expose your apps. But if you are required to use #Azure #API Management as a central hub to your apps, then you can put it as a frontend for your cluster. Here are the different options. Complete video with demo is available on youtube: https://lnkd.in/eXCerH5x Disclaimer: this video is part of my online courses on #Udemy: https://lnkd.in/dcQJK-H #APIM #APIManagement
To view or add a comment, sign in
-
"Deploying a Flutter App on Azure App Service" 😎 Have you ever wondered how to deploy a Flutter app using Azure App Service? It’s an effective way to manage deployments dynamically. When configuring Azure App Service, selecting the appropriate runtime for your application is crucial. However, you may encounter situations where a specific runtime isn't available for your needs. In these cases, leveraging Node.js is a great solution, as it can efficiently handle any type of static web content. Here’s a quick guide to deploying your Flutter app on Azure App Service: Create Your Azure App Service: Start by setting up your web app in Azure. Install Azure CLI: Make sure you have Azure CLI installed on your machine. Log in to the Azure tenant where your App Service is created. Prepare Your Flutter Build Files: Build your Flutter app using the command: # flutter build web Then, compress the contents of the build/web directory into a zip file. Make sure the index file is in the root of the zip. Deploy Your App: Open Azure CLI >> Navigate to the directory where your zip file is located and run the following command: # az webapp deployment source config-zip --resource-group <your-resource-group> --name <your-app-name> --src flutter_web.zip And just like that, you’ve successfully deployed your Flutter application on Azure App Service! Feel free to reach out if you have any questions about the deployment process or best practices. #DevOps #Cloud #Azure #Flutter #Azure_App_service
To view or add a comment, sign in
-
🚀 Navigate to Target Screens with Flutter Push Notifications! Ever wondered how to navigate users to specific screens in your app using push notifications? In my latest article, I break down the step-by-step process of integrating Firebase Cloud Messaging (FCM) in Flutter. 🔗 Read here: https://lnkd.in/grWPvAcv Transform your app’s user experience with smarter notifications! #Flutter #Firebase #PushNotifications #FCM #MobileDevelopment #AppDevelopment #iOSDevelopment #AndroidDevelopment #FlutterDev #FirebaseCloudMessaging #AppNotifications #MobileApps #FlutterCommunity
Flutter Push Notifications: Navigate to Target Screens Using FCM (Firebase Cloud Messaging)
medium.com
To view or add a comment, sign in
-
Are you traveling somewhere? Have you lost finding your way? New to a place? We all will refer to Google Maps in all these scenarios. I have implemented Google Maps in my Flutter mobile app. Here you can see through the map. For this, you need to follow these steps: 1. Get the API key from the Google Cloud console. 2. Add the API Key to the Android manifest 3. Declare dependency in build.gradle for Google services By adding the flutter code we can use Google Maps. #map #flutter #GoogleMap #AppDevelopment
To view or add a comment, sign in
Computer Science Student at FAMAF - 3rd yr - Software Developer
9moGreat job, keep it going👏