Mes: marzo 2022

  • Shoely: A beautiful Flutter App UI Design

    Shoely, A beautiful Flutter App UI Design A beautifully designed and developed mobile application Shoely made in Love with Flutter by Google. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help …

  • A full-fledged camera app built with Flutter using the camera package

    Flutter Camera Demo A full-fledged camera app built with Flutter using the camera package. You can even add custom features to this app and customize the user interface to match your app’s design palette. The app contains most of the basic camera features, including: Capture quality selector Zoom control Exposure control Flash mode selector Button for flipping the camera — …

  • A simple calculator app using flutter

    Calculator App built with Flutter This is a calculator test application built using Flutter. As a test of the framework, I wanted to implement something simple that would help me get the basics down. Running the app Follow the steps below to run the app on your local machine. You’ll need to make sure you have flutter installed and either …

  • An application, to organize, label and search your code snippets

    Codesnipt An application to store and index your code snippets. Install I recommend using the docker container that is available on the “docker hub”. Before we start the docker container we need to define the “conf.toml” file. run following command to get a sample config. wget https://raw.githubusercontent.com/MichaelProjects/codsnipet/master/backend/docker_conf.toml && mv docker_conf.toml conf.toml Replace the mongodb connection string and you are ready …

  • Candy sorter game made for the march flutter challenge

    candy_sorter A candy sorter game made with Flutter for the march flutter challenge.https://flutterchallenge.dev/lets-eat-some-candies Starting screen Game screen Pause screen Settings screen Getting Started A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view ouronline documentation, which offers tutorials, samples, …

  • A demo booking app for salon using flutter

    hairfly This is a demo booking app for web/android/ios by Flutter using GetX. It is designed for customers to make a appointment on barber or salon (but the UI needs to be redesigned for both web and mobile.) The shop admin page is still developing. The backend is using firestore and firestorage for simplicity. Visit https://hairfly-69e89.web.app/ for live demo. Screenshots …

  • Flutter dynamically load translation in your app

    Dynamically load translation in your app. Getting started Initiate I18n in your dart’s main() {} void main() { // … I18n.init( url: ‘https://www.example.com’, locale: ‘hi’, locales: [‘en’, ‘hi’, ‘pa’], ); // … } Now you can use I18n.builder anywhere in your code Column( children: [ // example 1: for Text I18n.text(‘Who am I ?’), // Text(‘मैं कौन हूँ ?’) // …

  • Zoom Clone With Flutter and Firebase

    Zoom Clone Zoom Clone that works on Android & iOS! Features Google Sign In Create New Meeting Join Meeting Mute/Unmute Audio Mute/Unmute Video Change Display Name while Joining Raise Hand Start Screen Sharing Mute Everyone Start Live Stream Screen Share Chat Switch Front/Rear Camera Picture in Picture Enter Tile View Disable Camera End Call See Your Meeting History Log out …

  • E-Money App Built With Flutter

    flutter_emoney_app Onboarding Page Home Page A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view ouronline documentation, which offers tutorials, samples, guidance on …

  • A Tiktok Clone App Using Flutter, Firebase and GetX

    TikTok Clone A Tiktok App- Works on Android & iOS! Features Authentication with Email & Password Uploading Videos with Caption Compressing Videos Generating Thumbnails Out of Video Displaying Videos with Caption Liking on Posts Commenting on Posts Liking the Comments Searching Users Following Users Displaying Followers, Following, Likes & Posts of User TikTok Like UI YouTube I have created a …

  • A small task manager app with flutter

    SmallTask – Take small steps to achieve big things. Have you ever felt that when you are working on a project you kinda get confused about what to do? Which one should I do first? I always get that so I built a small task manager app that lets you create 5 tasks and set a time for it. The …

  • Messenger App UI Built With Flutter

    🙈🙈 UI Design of the next Messenger💬 App ✍️ Get Started git clone https://github.com/martinoyovo/messenger-app.git flutter clean flutter packages get flutter run App Preview Home Chat Details Chat Screen Design Template ⚡️ My Social Medias Twitter: @martinoyovo Instagram: @martinoyovo Facebook: @martinoyovo LinkedIn: @martinoyovo GitHub: @martinoyovo GitHub View Github

  • Quiz maker app made with Flutter and firebase

    Quiz Maker App Quiz maker app made with Flutter. Created & Maintained By @Rwema3 You can also nominate me for Github Star developer programhttps://stars.github.com/nominate License Copyright 2022 Bgirishya Rwema Dominique Licensed under the Apache License, Version 2.0 (the «License»); you may not use this file except in compliance with the License. You may obtain a copy of the License at …