Flutter Weather A Flutter application to view current weather status. Features  Beautiful minimal UI  Dark and Light themes  Current temperature, max and min temperature, sunset, sunrise  Custom icons for each weather condition  5 day forecast  Beautifully animated transitions  BLoC pattern for API calls  Line graph to show temperature variance Getting Started Prerequisites Flutter Flutter documentation ..

Read more

Thank you all for joining this project! I’m excited to see what we can build here. This readme will outline some ideas for how we can make this work, but remember, this is all up to change, and if you have any ideas on how to do something better I would love to hear them! ..

Read more

supabase-dart A Dart client for Supabase. What is Supabase Supabase is an open source Firebase alternative. We are a service to: listen to database changes query your tables, including filtering, pagination, and deeply nested relationships (like GraphQL) create, update, and delete rows manage your users and their permissions interact with your database using a simple UI Status ..

Read more

renderer_switcher Swap Web Renderers in a Flutter Web app at runtime. Installation To use this plugin, add renderer_switcher as a dependency in your pubspec.yaml file. Then, add this script to the top of the body in your web/index.html file. <script type=”text/javascript”> window.flutterWebRenderer = localStorage.getItem(‘flutterWebRenderer’); </script> Usage // Returns WebRenderer.html, WebRenderer.canvaskit or WebRenderer.auto final currentRenderer = await RendererSwitcher.getCurrentWebRenderer(); if(currentRenderer ..

Read more

This project starts from Hello World untill the end of the Dart 🙂 Simple example Hello World in Dart void main() { // Just print it! print(“Hello World”); } Variables in Dart enum Os { BigSur, Mojave, Sierra, Catalina } void main() { String name = “Amir”; int age = 18; double height = 1.6; bool male = true; var field = “Programming”; ..

Read more

shoes_store shoes store ui – flutter instagram : https://www.instagram.com/deverflu/ screens:  menu : 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 ..

Read more

Bear_log_in An example built using JCToon’s Flare File as a custom UI component.Bear will follow the cursor as you type or move it around. Overview The basic idea is to use the ctrl_face node in JCToon’s file to change the direction of Teddy’s gaze, as it’s shown here in the gif to the right. This is done by using custom FlareControls, ..

Read more

A new Flutter project. This project has three pages: Login Page, Game Page and a Score Board. In the Login Page the user should provide username, choose color of preference, and how many attempts should one wants to play. In the Game Page the actual process starts and the user play the game with the ..

Read more

tic_tac_toe A new Flutter project. Game Restarted : 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 ..

Read more

trader This project aims to basically listing crypto market prices and set alarms. Also, it is starting point of Flutter with GetX state management. Binance is used for crypto market. Detail information of binance api GetX is used for state management. Detail information of GetX workmanager is used for periodic background services. Detail information of workmanager audio_manager is ..

Read more

coolicons This flutter package allows you to use the Coolicons icon pack. Made from Coolicons.  Installation In the dependencies: section of your pubspec.yaml, add the following line: coolicons: ^1.0.0  Usage import ‘package:coolicons/coolicons.dart’; class MyAwesomeWidget extends StatelessWidget { Widget build(BuildContext context) { return Card( child: Column( mainAxisAlignment: MainAxisAlignment.center, children: <Widget>[ Icon(Coolicons.Figma, size: 50.0), const SizedBox(height: 30.0), Text(‘Figma icon’, textAlign: TextAlign.center), ..

Read more

Notes APP Upon Development of a simple application for studying the sqflite lib. Technologies used Flutter SQFLITE – DB flutter_staggered_grid_view – Grid Intl – DateTime Installation Clone the project: https://github.com/MaikonLima/notes_app.git Open the project in an editor of your choice VS Code Android Studio. In the terminal run the following command to install the application on ..

Read more

WalletConnect is an open source protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking. A user can interact securely with any Dapp from their mobile phone, making WalletConnect wallets a safer choice compared to desktop or browser extension wallets. Introduction WalletConnect connects mobile & web applications to supported mobile ..

Read more

A demonstration of using Riverpod for dynamic locale switching in-app, with persistence. How It Works Fallback Locale: Declared inside locale_state.dart, and set with the @Default decorator. Default Locale: At startup, gets the system’s Platform.localeName (via dart:io) and uses it to set the app’s locale. If the platform locale does not match a supported locale The first ..

Read more

Routemaster Hello! Routemaster is an easy-to-use router for Flutter, which wraps over Navigator 2.0… and has a silly name. Features Simple declarative mapping from URLs to pages Easy-to-use API: just Routemaster.of(context).push(‘/page’) Really easy nested navigation support for tabs Multiple route maps: for example one for a logged in user, another for logged out Observers to easily listen ..

Read more

flutter_counter_challenge_2020 A set of counter apps made for #FlutterCounterChallenge2020. Run flutter create . inside the repository after cloning it, to initialize the app folders. Blocks Circle wave Original idea from https://dribbble.com/shots/1698964-Circle-wave-II Creatures Original idea from https://gist.github.com/beesandbombs/6f3e6fb723f50b080916816ae8e561e3 Disks Image bubble Mattis Particles Original idea from https://www.openprocessing.org/sketch/427313 Portrait Original idea from https://www.openprocessing.org/sketch/392202/ Rotating bubbles Rotating planets Original idea from https://twitter.com/beesandbombs/status/1329468633723101187?s=20 Triangles Volcano Wave Download ..

Read more

I tried Golden Test https://pub.dev/packages/golden_toolkit Verify using this library By the way, it seems that the screenshot of the master is called Golden. I tried to test the case where the color of the widget is different with the counter application OK assumption NG assumption procedure 1. Add golden_toolkit to dev_dependencies 2. Create golden_test.dart in the test folder ..

Read more

Flutter library for fetching, caching and invalidating asynchronous data Quick Features Fetch asynchronous data Data invalidation Optimistic response Reset cache Motivation How to do API calls in Flutter? Probably, majority would answer by using Dio.But the real question would be, how to integrate API calls in Flutter arhitecture seamless? One way would be to use FutureBuilder or maybe Bloc like ..

Read more

XenShop XenShop : Mobile Engineer Trial Assessment Features Products Features Feature Implementation Description Splash Screen Displays Xendit logo before opening home screen Home Screen Displays home page after splash Category Listing Display list of categories in thumbnails and banner Product Listing Display list of products as per categories Product Details Display individual product details Add ..

Read more

About A mobile video player, reader assistant, image mining workflow and card creation toolkit tailored for language learners. Allows text selection of subtitles for quick lookups and export to Anki with snapshot and audio for uninterrupted language immersion. jidoujisho A mobile video player, reader assistant, image mining workflow and card creation toolkit tailored for language ..

Read more

pusher_channels is a pure Dart pusher channels client. This client is work in progress and it is unstable. Usage A simple usage example: import ‘package:pusher_channels/pusher_channels.dart’; main() { final pusher = Pusher(key: ‘YOUR_APP_KEY’); await pusher.connect(); final channel = pusher.subscribe(‘channel’); channel.bind(‘event’, (event) { print(‘WOW event: $event’); }); } Features and bugs Please file feature requests and bugs at ..

Read more

Not In Flutter Docs It says it all. Not In Flutter Docs, a sort of underground guide to flutter app development and design. Licenses Code is under BSD clause-2 license copyright by Fred Grott(Fredrick Allan Grott). Content in the articles and book is under commerical copyright by Fredrick Allan Grott. Articles Flutter Basics DevOPS Flutter ..

Read more

Health Management Console application made in Dart and FireBase This application controls the admission of patients who are registered, if there are consultations available they are entered into consultations, otherwise they are added to a waiting list. In addition, you can release queries, view the waiting list, and view the status of queries. Here is the ..

Read more

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 on ..

Read more

Weather Today: A weather app built with mobX and the MetaWeather API This project is my first one build in flutter, and I was inspired by the Flutter Modular architecture to structure the folders: The project uses the MetaWeather API to fetch a list of cities and their respective weather data such as minimum and maximum temperature, ..

Read more

Chat App Development Front-End and Back-End using Flutter, SocketIo, and NodeJS. (Limited code) Playlist for Chat App Development series -: Playlist Name YouTube Playlist Link Chat App Development (Main Playlist) Link Chat App Development (Only Front-End using Flutter) Link Chat Server Development (Only Back-End using Node/SocketIo) Link Some Screenshots of this series 1. Landing Page ..

Read more