Kid Starter This application is an updated version of “flutter_kid_starter” from – QuangRau. I am using the latest Flutter 3.0 SDK, to update this awesome open-source application. Since it’s an open-source project, the source code is governed by an MIT-style license that can be found in the LICENSE file or at MIT LICENSE Info. Packages Used …
Etiqueta: ios
-
-
Shope – Free Flutter eCommerce Template
Shope – Free Flutter eCommerce Template The “Shope” e-Commerce UI Kit has the goal to help you to save time with the frontend development. You can use this template to build your apps for Android and iOS in Flutter. The UI Kit includes all resources you need to reuse the components, it includes 38 screens, assets, icons, and fonts. Flutter …
-
A Flutter Application of Holy book of Muslims, Al-Qur’an
The Holy Qur’an 2.5.0 Application of Holy book of Muslims, Al-Qur’an. Developed using Flutter The data is fetched using API and now the offline mode is available. So, you need internet for the first time only! 📁 Download Now Get it from Download and Install 🎥 Promo Video Watch the promo video here. 💻 Installation steps Updated to Flutter 2.10.4 …
-
CMS-Mobile – A flutter application for the amFOSS CMS
cms_mobile cms-mobile is a flutter application for the amFOSS CMS. Using the application, club members can login into the CMS and view club attendence, their profile and status updates. Getting Started These instructions will get you a copy of the project up and be running on your local machine for development and testing purposes. Prerequisites Android Studio, with a recent …
-
Adds remote compilation to your Flutter application to test fragment shaders
shader Adds remote compilation to your Flutter application to test fragment shaders. Other resources Usage Use the GlslFragmentProgramBuilder widget to get your shader compiled. Quick example class ScreenUsingShader extends StatelessWidget { const ScreenUsingShader({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold( body: Container( child: GlslFragmentProgramBuilder( // GLSL shader code code: »’ #version 320 es precision highp float; …
-
An application development to increase the reliability of food delivery businesses
Food Delivery on Blockchain This research is an application development to increase the reliability of food delivery businesses. By applying proven and reliable blockchain technology to mobile applications for online food delivery businesses with the Flutter framework, this research will create an online food ordering platform. as a mobile application for any part of the food delivery process of an …
-
A Flutter project that clone from Line Webtoon Mobile
Line Webtoon Clone A Flutter project that clone from Line Webtoon Mobile. Demo Reference Website:https://www.webtoons.com/zh-hant/ API:https://rapidapi.com/apidojo/api/webtoon/ GitHub https://github.com/scissor/Flutter-Line-Webtoon
-
Podcast App UI with Flutter
Podcast App UI Recently, Some people wanted me to do an application which for mobile, and they sent me figma designs. I looked it, and I adapt it for Flutter. When login app, there is text validation (not a real authentication). To login, you can just enter a valid email and min. 8 characters password. Api: https://rickandmortyapi.com/api/character/ Figma Screenshots from …
-
BMI Calculator Application using Flutter
bmi_calculator BMI Calculator Application using Flutter. Getting Started This project covers BMI Calculator application implentation. It also covers how to create app ui easily using various packages. Note: Gender & Age is not part of BMI calculation. Here it is kept on UI just for information purpose which can be used in further functionalities like sharing and if anyone want …
-
A simple Admin Panel project with login screen, which displays the list of all users
habit_up_task A simple Admin Panel project with login screen, which displays the list of all users, all fetched via API call where one can perform all the CRUD operations within the app. App ScreenShots Login User Screen Add User User Data Modify User Delete User GitHub View Github
-
A Flutter application that consumes the official TabNews API
TabNews Mobile Esse repositório contém os códigos do aplicativo mobile do TabNews. Basicamente é uma aplicação client que consome a API oficial do TabNews. Construido em cima do Flutter e utilizando as melhores práticas de programação, o TabNews Mobile visa ser um facilitador na hora de consumir os conteúdos do TabNews. Imagens do projeto Imagens Imagens Ainda em construção… GitHub …
-
Mobile Interface Flutter – Tire Shop
Mobile Interface Flutter – Tire Shop Introduction The mobile display has two pages, one for the main menu page which will display all types of vehicle tires with existing categories. then on the detail page displays the title, type, and complete description of the product. The interesting thing about the appearance of this application is the animation when sliding from …
-
Android and iOS APP in Flutter to find dessert stores/restaurants nearby and add them to favorites
Sweetie_app🍦🍰🥤 Android and iOS APP in Flutter to find dessert stores/restaurants nearby and add them to favorites.(Still need to be improved!😝) Background Now many apps focus on providing users with a service to quickly search for food store or restaurants. However, users may be particularly interested in certain types of food, so they search for these types of food frequently. …
-
Keep My Notes App Built with Flutter
Flutter Keep Libraries Provider : https://pub.dev/packages/provider Flutter Staggared Grid View : https://pub.dev/packages/flutter_staggered_grid_view Hive : https://pub.dev/packages/hive Hive Flutter : https://pub.dev/packages/hive_flutter Hive Generator : https://pub.dev/packages/hive_generator Build Runner : https://pub.dev/packages/build_runner Google Fonts : https://pub.dev/packages/google_fonts Intl : https://pub.dev/packages/intl Uuid : https://pub.dev/packages/uuid Screenshots Splash Screen Homepage Create Note Page Edit Note Page Settings Page Archived Page GitHub View Github
-
An IoT Smart Home App Using Flutter
Smart Home Our world is increasingly interconnected – most of us own a smartphone and can access all kinds of information right from our pockets. From updating family and friends on social media, to scheduling our calendars and turning on the heating, we carry out a range of everyday tasks. With today’s technology, smart homes can simplify and energize our …
-
Fc Times: All In One Studentes App Using Flutter
FC Times An all in one solution for farookians! Don’t forget to ⭐ the repo Download Features Departmentwise timetables Exam notifications OD/Attendance marking Assignment reminder Department notifications College general info Can work in offline/online Stable and neat UI Cache support No Subscription No Ads and much more… Check it yourself 🙂 Screenshots License Copyright © 2021 Rijfas Usman FC …
-
Book Shop App in Flutter
Book-Shop Book Shop App in Flutter Build with 1. State Management – Riverpod 2. Architecture – MVP 3. < a href = ‘https://firebase.google.com/‘ > FireBase GitHub View Github
-
Flutter Quotes App using JSON text inside Dart file
Flutter Quotes App using JSON text inside Dart file This is my another Flutter project Here is the results GitHub View Github
-
Application to check, view, and compare postage in the territory of Indonesia
flutter_mitra_ekspedisi Ulasan lengkap check postingan berikut: Clone repository Jalankan command dibawah pada terminal: git clone https://github.com/bagasstrongman/Mitra-Ekspedisi.git flutter pub get flutter clean flutter run Screenshot Aplikasi Home Page Detail Home Page Check Page Detail Page GitHub View Github
-
Simple contacts app built with Flutter
myContacts A simple contacts app that allows a user to load their stored contacts to be displayed on screen. Built with Flutter. Features Search Functionality A user can filter through their contacts via name or number with the help of a search bar. Scrollable Contacts List with Sections Each section of contacts is labled in alphabetical order by the first …