News App A simple news app with a minimalistic and modern UI that incorporates the newsapi.org api all built entirely with Flutter. Features Top stories feed: Get top stories from around the globe. Search by category: Look at different articles by category such as Business, Health, etc. Search by source: Look at news from specified source such as CNN, BBC …
Mes: julio 2021
-
-
A source flutter template use getx for statemanagement
Flutter Getx Template This is source flutter template use getx for statemanagement ☕ 👀 Overview main.dart, After you can customize languages package, themes, pages and routes import ‘package:flutter/material.dart’; import ‘package:flutter_postman_application/src/lang/translation_service.dart’; import ‘package:flutter_postman_application/src/routes/app_pages.dart’; import ‘package:flutter_postman_application/src/shared/logger/logger_utils.dart’; import ‘package:flutter_postman_application/src/theme/theme_service.dart’; import ‘package:flutter_postman_application/src/theme/themes.dart’; import ‘package:get/get.dart’; import ‘package:get_storage/get_storage.dart’; void main() async { await GetStorage.init(); runApp(GetMaterialApp( debugShowCheckedModeBanner: false, enableLog: true, logWriterCallback: Logger.write, initialRoute: AppPages.INITIAL, getPages: AppPages.routes, locale: …
-
A package that helps with encoding and decoding of geohashes
georange Georange is a package that helps with encoding geohashes, decoding geohashes,calculating distance between 2 points and generating latitudinal and longitudinal ranges as geohashes to help with the querying of databases (Tested on Firestore Only). Getting Started You should ensure that you add Georange as a dependency in your flutter project. dependencies: georange: <latest-version> You should then run flutter packages …
-
A Mobile Development Course Project that contains Basic Medium implementation
MAD-Sem6 This is the semester 6 Mobile App Development Course project. So maybe the final project may not make sense 😉 but it is a good place to start learning Flutter. 🔍 Overview MAD-Sem6 is a Mobile Development Course Project that contains Basic ➡️ Medium implementation of different widgets. As a whole it doesn’t make any sense as it is …
-
Udacity UI Clone made with Flutter Web
Udacity UI Clone Flutter Web 2.0 Udacity UI Clone made with Flutter Web (Flutter 2.0). ScreenShots: Tools & languages: Android studio (IDE) Dart (logic) Flutter 2.0 (Mobile UI developement kit) Paint.net (Image editor) GitHub https://github.com/Mohammed-Benotmane/Flutter-Udacity-UI-Clone
-
An awesome Flutter food delivery app ui
flutter-food-delivery-app In this repo I have build an awesome Flutter food delivery app ui. This Flutter UI challenge is taken from the dribbble. The main beauty about this UI is their hero animation while moving towards the food detail page. This Flutter Food delivery app UI tutorial is beneficial for those who want to learn the advanced concept for building …
-
Grab Landing Page Clone with flutter
grab_clone Grab Landing Page Clone by Muhibush Shulhi Muhammad Mobile App, web, and Desktop from a single codebase. Thanks to Google For making this amazing portable framework Base Design : Grab v5.142.0 22/03/2021 Features : lock the screen orientation to portrait up transparent statusBar dark status bar icon splash screen landing page dismiss navigation when scrolling up change Status Bar …
-
An android cloth ironing user interface built in flutter
Iron Yard Iron Yard: An android cloth ironing user interface built in flutter. If you found this project helpful or you learned something from the source code and want to thank me, please drop a star. Download App A glimpse of Iron Yard is shown in following screenshots. Splash Screen Onboarding Screen Onboarding 1 Onboarding 2 Onboarding 3 Onboarding 4 …
-
Flutter Food Delivery Application Design
Flutter Food Delivery Application Design A small attempt to make an Food delivery app user interface in Flutter for Android and iOS. 🤓 Author(s) Md Tarikul Islam Food Ordering & Delivery App UI in Flutter ScreenShots Home Page Food Details Screen & Add To Cart Screen Login & Registration Screen ✨ Requirements Any Operating System (ie. MacOS X, Linux, Windows) …
-
A Flutter app that goals to build a quiz about programming subjects
DevQuiz A mobile application being built with NLW5. This application goals to build a quiz about programming area and written with Flutter. 📱 Snapshots GIF demo: Splash page: Light theme: Home page: Challenge page: Login page: Settings page: Dark theme: Home page: Challenge page: Login page: Settings page: Result page: TO-DO list: [x] Login page [x] Firebase Authentication [x] Dark …
-
A mobile application using flutter for develop a pizza store
Flutter Pizza Hut This is mobile application using flutter for develop a pizza store, integrated factory for demo design pattern. 🚀 This is mobile application using Flutter for develop a pizza store 🚀 Factory Method Create Enum product_type.dart & location_type.dart enum ProductType { burger, pizza, chicken, chips, } enum LocationType { hanoi, danang, hochiminh, } Create Abstract Class – food.dart …
-
E-commerce Fashion App Build with Flutter
Flutter E-commerce Fashion Figma based on this project and improving it GitHub https://github.com/LongKhoa0706/fashion_app
-
Simple Flappy Bird Game with the most functionalities developed in Flutter
flappy_bird Flutter Game App for Graphics Course 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 our online documentation, which offers tutorials, samples, guidance on mobile …
-
Official Repository of team Naughty Indian Crew for Hack36 4.0 in flutter
CallEE Official repo of team Naughty Indian Crew for Hack36 4.0 This is an education platform that primarily focuses on connecting freshers and other students to their professors, seniors and alumini. A zero cheating platform for conducting quizzes.This app will be beneficial for all the students around the world consist of various institute and also various quzzing communities. Some key …
-
Quiz App to conduct online quiz developed with flutter
Online Quiz App Quiz App to conduct online quiz developed with flutter framework and dart language. 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 our …
-
Repository with sample Flutter Apps
flutter_samples This project contains some sample applications created with Flutter, mainly clones of designs obtained from dribbble and behance. Getting Started If you don’t have Flutter, you can find information for install it here! Install Flutter 👈 👈 Open your terminal and clone this repository in your computer with this command: git clone https://github.com/moisessc/flutter_samples.git Now go to the cloned repository …
-
A Serverless mobile application built with AWS and Flutter
Flutter food_dashboard The mobile version for the food dashboard tutorials A serverless mobile application built with AWS and Flutter. Actually, it’s just a sample application, show casing the speed at which anybody can build full stack applications using Flutter and AWS. Here’s a link to the complete blog post describing how this application was built. AWS Services used Lambda Api …
-
Trip management mobile Application with flutter
HereYouGO Trip management mobile Application This app will help you Track your expense during your trips. Track your trip destinations and the sub trips also Provides you live CurrencyConverter Notifiction service Photo gallery also GitHub https://github.com/krupali1511/HereYouGo
-
A project created during the RocketSeat’s NLW#5 event with the Flutter
DevQuiz DevQuiz is a project to help people study and test knowledge about the technology studied. Next Level Week # 05 #NLW @Rocketseat Made with by Wellington Freitas GitHub https://github.com/WellingtonFreitas/app-DevQuiz
-
A flutter mobile app music using glass morphism concept
Flutter Glass Morphism This is source flutter using glass morphism concept How I can run it? 🚀 Clone this repo 🚀 Run below code in terminal of project flutter pub get flutter run Screenshots GitHub https://github.com/hongvinhmobile/flutter_secure_screen