Flutter Google Maps Tutorial YouTube Video Setup Get an API Key at https://cloud.google.com/maps-platform/ Enable Maps SDK for Android, Maps SDK for iOS, and Directions API. Add your API Key to the specified files android/app/src/main/AndroidManifest.xml <manifest … <application … <meta-data android:name=”com.google.android.geo.API_KEY” android:value=”YOUR KEY HERE”/> ios/Runner/AppDelegate.swift import UIKit import Flutter import GoogleMaps @UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { ..
Author : Flutterappworld
Queen Palace 🏰👑 Introduction server side dart micro-framework to handle incoming http requests hello world app Future<void> main(List<String> args) async { final palace = Palace(); palace.get(‘/greet_the_queen’, (req, res) => res.send(‘Long Live The Queen 👑’)); await palace.openGates(); } hello world with decoration decoration will help you split your code to parts or modules easily making the ..
Flutter Tutorial – Flutter Layout Basics Build basic Flutter layouts and widgets with the help of Row, Column, Stack, Expanded, Container, ListView, and GridView in Flutter. Preview App Preview Course Preview ➜ Buy My Courses Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. ➜ Watch My Video Download Flutter Layout widget source code on GitHub FlutterappworldProvides ..
pixel_perfect Put a semi-transparent image with the design over the top of the developed layout. It helps you to compare original design and current page. Getting started Add pixel_perfect in your pubspec.yaml dependencies. dependencies: pixel_perfect: any How To Use Simple use Add assets folder with images to your pubspec.yaml uses-material-design: true assets: – assets/ Import the following package ..
snack_chat A Spicy chatting app A Chatroom application designed to chat about your favorite snacks with others Firebase Schema: chat_rooms chat user Download chatting app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter for Apple TV A modification of the Flutter engine + test application to demonstrate that Flutter applications run on Apple TV This project (and Liberty Global repositories referred to) are for testing purposes only! Flutter and the related logo are trademarks of Google LLC We are not endorsed by or affiliated with Google LLC. ..
Flutter Animations A collection of Animations that aims to improve the user experience for your next flutter project. Built by Ezaldeen SAHB I hope that these sample can help you in your real projects or just for the purpose of learning and inspiration. In addition to forking and reviewing the MIT licensed code available here. The Animations Animated onBoarding ..
KDebugTools KDebugTools is a powerful library for debugging Flutter applications You can access these features via WebBrowser Check App and device information File management, transfer and preview Directly edit the shared preferences or database values Recording or throttling network with Flutter HttpClient Fetch logs of application View attributes of Flutter Widget Controlling the Flutter navigator ..
Flutter Tutorial – Database Storage Using Sqlite & Sqflite Persist data with Flutter’s Sqflite Database locally on your Android or iOS device by using Raw SQL statements. Preview App Preview Course Preview ➜ Buy My Courses Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. ➜ Watch My Video Download source code on GitHub https://github.com/JohannesMilke/sqflite_database_example FlutterappworldProvides the ..
Habits Diary Track your habits day by day and see your result like the GitHub’s contributions board Download Download Habits Diary app source code on GitHub https://github.com/GiacomoPignoni/habits_diary FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter Tutorial – PDF Viewer – Asset, File, Network & Firebase Use the Flutter PDF Viewer to download PDF documents and display them within your Flutter app. Social Media Preview Watch Video Preview App Preview Course Preview Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. Download PDF Viewer app source code on GitHub FlutterappworldProvides ..
Flutter Downloader A plugin for creating and managing download tasks. Supports iOS and Android. This plugin is based on WorkManager in Android and NSURLSessionDownloadTask in iOS to run download task in background mode. iOS integration Required configuration: Note: following steps requires to open your ios project in Xcode. Enable background mode. Add sqlite library. Configure AppDelegate: Objective-C: /// AppDelegate.h #import <Flutter/Flutter.h> #import <UIKit/UIKit.h> @interface AppDelegate ..
reorderables Various reorderable, a.k.a. drag and drop, Flutter widgets, including reorderable table, row, column, wrap, and sliver list, that make their children draggable and reorder them within the widget. Parent widget only need to provide an onReorder function that is invoked with the old and new indexes of child being reordered. Usage To use this package, add reorderables as a dependency ..
flutter_sticky_header A Flutter implementation of sticky headers with a sliver as a child. Features Accepts one sliver as content. Header can overlap its sliver (useful for sticky side header for example). Notifies when the header scrolls outside the viewport. Can scroll in any direction. Supports overlapping (AppBars for example). Supports not sticky headers (with sticky: false parameter). ..
flutter_getx_boilerplate Languages: English (this file), Introduction During my study of Flutter, I have been using the flutter_bloc state management framework. I accidentally saw the GetX state management framework. Through ReadMe, I found that the GetX framework is very easy to get started. So I want to write a GetX Starter project while learning, which can ..
Expand Widget This Dart package offers developers a streamlined library of Flutter widgets, useful for expanding widgets and text views, when users interact with them. There are two main ‘expand’ widgets: Expand Child: Useful to show more widgets related to the content already visible by the user. Expand Text: Useful when texts can be quite big for ..
Enhanced pub package commands. Add latest resolvable package Remove dependency View package info Like/unlike/view liked pub.dev packages Improved conflict resolution (soon) View unused dependencies Installation pub activate global pkg Usage Add Easily add packages to your pubspec. By default pkg will try to resolve to the latest compatible version of the package to add to your project. pkg add ..
cached_value A simple way to cache values that result from rather expensive operations. It is useful to cache values that: Are computed from other values in a consistent way; Can be changed given known and unknown conditions; Should not be computed on every access (like a getter); Installation Add to pubspec.yaml: dependencies: cached_value: <most recent ..
Insurance I was challenged to create an App with only the Nubank life insurance part and fix some UI issues. Flutter This is a Flutter App, designed based on Nubank Vida. Solutions (or almost) Changing the color of the statusbar when the image ends Creating a pattern for navigation between modals Creating patterns in the use of shadows Creators ..
dart_rs Basic Dart reverse shell based on this one by Potato-Industries. Pretty self explanatory. You’ll need Windows. I used a Windows 7 64-bit VM. From there: Install the Dart SDK from dart.dev via the instructions (using Chocolately is easiest) OPTIONAL: Install Visual Studio Community to get ‘editbin.exe’ so you can modify your Dart shell binary to run silently. ..
Phone Numbers Parser Dart library for parsing phone numbers. Inspired by Google’s libphonenumber and PhoneNumberKit for ios. The advantage of this lib instead of libphonenumber is that it instantly supports all platforms (no need for channeling). Features Find phone numbers in a text Validate a phone number Find the region of a phone number Phone ..
google_maps_flutter_example A new Flutter application to demonstrate how to implement flutter google maps in a flutter application and perfoem advanced tasks on it. Adding Map To the App Get an API key at https://cloud.google.com/maps-platform/. Enable Google Map SDK for each platform. Go to Google Developers Console. Choose the project that you want to enable Google Maps on. ..
airwatch_socket_workaround This plugin has been created to enable flutter apps to reach endpoints that are only reachable using a VMWare airwatch per app vpn. Current status In development TODO provide simple example using custom HttpClient prepare for publishing add examples for websocket null safety add example for multipart post provide HLD Getting started Example Example ..
This is a companion app for the Flutter Store APP I made this app to learn how to use flutter, so don’t expect much This app was made following an udemy tutorial __________________________________________________________________________________________________________________ For now, the app has the option to add products to the store, manage customer orders and see who your customers are. There ..
FusionAuth Dart Client If you’re integrating FusionAuth with a Dart or Flutter application, this library will speed up your development time. For additional information and documentation on FusionAuth refer to https://fusionauth.io. A library for FusionAuth Dart developers. Known limitations The use of some objects are limited due to missing support for dynamic fields (example: custom claims ..
News App A simple news app with a minimalistic and modern UI that incorporates the newsapi.org api all built entirely with Flutter. Be sure to leave a star 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 ..
FlutSplash Minimal Unsplash Android App to easily search and download images I made while learning and exploring Flutter. Screenshots Run Locally Clone the project git clone https://github.com/Yash-Garg/FlutSplash Set the unsplash client ID here – keys.dart Go to the project directory cd FlutSplash Run the app flutter run Also, Thanks to this website for featuring my app! Download Unsplash ..
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 ..
android_register Registering users on Android Getting Started $ flutter clean $ flutter upgrade $ flutter pub get $ flutter run App on pre registration page User fills in registration details App logs user in and displays logout button Google Firestore lists signed up user email App notifies user that email confirmation is sent Confirmation link ..
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 ..
Insta Like Button Installing Depend on it Add this to your package’s pubspec.yaml file: dependencies: insta_like_button: ^0.1.0 Install it You can install packages from the command line: $ flutter pub get … Import it Now in your Dart code, you can use: import ‘package:insta_like_button/insta_like_button.dart’; Usage & Overview With required parameters. InstaLikeButton( image: AssetImage(“example/overview/img.jpg”), onChanged: () { // ..
Robot Testing Pattern in Flutter Developed with by Very Good Ventures This project showcases how to apply the Robot Testing pattern to a Flutter application. It is a demo project used for the conference Future of Testing: Mobile hosted by Applitools. How to run the tests flutter drive –target=e2e/e2e.dart –driver=e2e/scenarios/counter_scenario.dart flutter drive –target=e2e/e2e.dart –driver=e2e/scenarios/login_scenario.dart flutter drive –target=e2e/e2e.dart –driver=e2e/scenarios/scrolling_list_scenario.dart Check ..
Flutter Getx Template Description: 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, ..
Udacity UI Clone Flutter Web 2.0 Description: 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) Contribution: Feel free to fork this project and add whatever you like. If you have any suggestions or any comments please ..
DevQuiz A mobile application being built with NLW5 (an event from Rockeatseat – https://app.rocketseat.com.br/). This application goals to build a quiz about programming area and written with Flutter. Requirements You must have installed Flutter and Dart in your machine. For that, see the installation guide at: https://flutter.dev/docs/get-started/install Snapshots GIF demo: Splash page: Light theme: Home page: Challenge ..
Short Intro: This is mobile application using flutter for develop a pizza store, integrated factory for demo design pattern. Flutter Pizza Hut Description: 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 ..
Short Intro: 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 ..
chat_app 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 our online documentation, which offers tutorials, samples, guidance ..
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, ..
CALL E Official repo of team Naughty Indian Crew for Hack36 4.0 Introduction: 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 ..