Mes: noviembre 2021

  • Get git information from within the Flutter application

    git_info_plus Get git information from within the Flutter application. Usage Dart final String branchName = await GitInfo.branchName; final DateTime lastCommitDate = await GitInfo.lastCommitDate; final String lastCommitHash = await GitInfo.lastCommitHash; final String lastCommitHashShort = await GitInfo.lastCommitHashShort; final String lastCommitMessage = await GitInfo.lastCommitMessage; Setup Android You do not need to set this up. iOS In order to use this library on IOS, …

  • An Android Client for ZeroNet Built With Flutter

    ZeroNet Mobile ZeroNet Mobile is an Android Client for ZeroNet, a platform for decentralized websites using Bitcoin crypto and the BitTorrent network. you can learn more about ZeroNet at https://zeronet.io/. Installation From Google PlayStore : Android (arm, arm64, x86) minimum Android version supported 16 (JellyBean). Google Play Store Link https://play.google.com/store/apps/details?id=in.canews.zeronetmobile Compiling Source : You need Flutter Framework to compile this …

  • A Mastodon / Fediverse client built in Flutter

    Feather A Mastodon / Fediverse client built in Flutter (in development). Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. License This project is licensed under the GNU Affero General Public License. GitHub View Github

  • Flutter food app using flutter_bloc

    kamelfoodapp A new Flutter project. Getting Started Why bloc? Business logic components (BLoC) allow you to separate the business logic from the UI. Writing code in BLoC makes it easier to write and reuse tests. Clean architecture with bloc will solve your problem. Your code will become scalable maintainable and testable Photos GitHub View Github

  • A new shopping app project build with Flutter

    Imeja Shopping App A new shooping app project build with Flutter. With the app you can see list of products on the app, select a product to view the details,add product to favourite, and add to cart and place order. You can view all your oders in the orders pay with details of the orders shown such as the items, …

  • An Uber-like application to order a ride or share one

    flutter_firebase_uber An easy to use taxi app, to order a trip or delivery Do a flutter create . inside the project directory to rebuild Device specific files. Remember that you need to add Google maps Api Key for both Android and iOS. Todo Design a simple UI, to understand the app Code the Phone Auth UI in Flutter Integrate the …

  • A new shoping app project build with Flutter

    Imeja Shopping App A new shooping app project build with Flutter. With the app you can see list of products on the app, select a product to view the details,add product to favourite, and add to cart and place order. You can view all your oders in the orders pay with details of the orders shown such as the items, …

  • Delhi Technological University unofficial website client app

    DTU-App Fast, responsive and good looking Delhi Technological University unofficial website client app 🙌 Download the app from here Introduction Apparently the official website of prestigious institute Delhi Technological University is currently poorly optimized, as a result of which it takes a lot of memory and as well as time to open up. This app was created to resolve this …

  • Project carried out to develop skills in Flutter

    Biblioteca Virtual 📚 Projeto realizado para desenvolver habilidades em Flutter Objetivo da aplicação 🎇 Com o intuito de digitalizar os livros que estão na estante, as principais funcionalidades são cadastro e listagem de livros bem como suas informações (título, autor, quantidade de páginas…)além de adicionar nota de 1 a 5 estrelas. A ideia é uma biblioteca pessoal simples com login, …

  • Join Events: Events App In Flutter For iOS & Android

    Join Events- Events App In Flutter Join Events- Events App In Flutter For iOS & Android Star⭐ the repo if you like what you see😉. Requirements Any Operating System (ie. MacOS X, Linux, Windows) Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc) Dart and Flutter Packages rxdartSee on Pub.dev auto_size_textSee on Pub.dev google_fontsSee on Pub.dev http: …

  • Demonstrate how to easily program Android apps on Gitpod

    Developing Android apps on Gitpod This project is intended to demonstrate how to easily program Android apps on Gitpod. It is based on this guide and this flutter template. This image already enables you to program for Flutter Web – in this guide however I want to focus on programming on a real device. Requirements Gitpod (or other cloud IDE) …

  • Flutter Google Sheets Example and Neumorphic Design

    Flutter Google Sheets Example and Neumorphic Design Google Sheet is a web-based spreadsheet application created by Google. Google Sheet allows collaborative editing in real-time. All users can see all the changes made by other users. Slidebar chat feature that allows a collaborative discussion. Google Sheets also support offline editing. It also supports multiple file formats and file types eg. .xlsx, …

  • A Flutter Mobile App for Montemorelos University

    Mobile App for Montemorelos University Getting Started Before start Important: 💡 First of all, you will have to communicate with the project leader to know all the details and to access the credentials to connect to some services like the identity server. ⚠️ Probably you will not be able to test all the functions, or at least the push notifications …

  • Customers To Purchase Furnitures Online Ecommerce App Built With Flutter

    flutter_ecommerce_app Description This simple project is a mobile based application,which provides customers to purchase furnitures online. And it contains wide variety of furnitures,such as chairs,sofas,cupboards etc. I want to mention the main features of this project: Home Page:Contanis itself navigation of different kind of furnitures(such as Chairs,sofas,cupboard,chandelier,tables bed)search button,product list and at the bottom of the page,there is also navigation …