backpack A Flutter project for the Backpack UI Kit. Getting Started For help getting started with Flutter, view our online documentation. Download Flutter Backpack UI Source code on GitHub https://github.com/aelshamy/backpack FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Category : Flutter App
Flutter remote controller for Smart TVs models (2016 and up) A dart implementation for samsungtv by Christian Bromann Inspired from Universal Remote You can discover Samsung Smart TVs in your network using the discover button. It uses the UPNP protocol to lookup services. Arrows Numpad License This project is licensed under the MIT License – see the LICENSE.md file for details ..
cupertino_back_gesture A Flutter package to set custom width of iOS back swipe gesture area. Usage To use this package, add cupertino_back_gesture as a dependency in your pubspec.yaml file. Example To change width of area where the user can start back swipe for the whole app Wrap your MaterialApp with BackGestureWidthTheme with desired backGestureWidth set iOS builder of pageTransitionsTheme to CupertinoPageTransitionsBuilderCustomBackGestureWidth import ‘package:cupertino_back_gesture/cupertino_back_gesture.dart’; BackGestureWidthTheme( backGestureWidth: BackGestureWidth.fraction(1 / ..
Flutter Heat Map Calendar A Heat Map Calendar based on Github’s contributions chart which can be used to visualize values over time Installing 1. Depend on it Add this to your package’s pubspec.yaml file: 2. Install it You can install packages from the command line: with pub: $ pub get with Flutter: $ flutter pub ..
user_auth Handy flutter plugin that help with user-backend-auth, written in pure dart code, in top of http and shared_preferences. usage import package:user_auth/user_auth.dart. create instance from UserAuth. init with apiBaseUrl and optional store: true | false, default is false, if true plugin will store user and retrieve with loadUser(). initialize plugin with api_base_url. methods you may change routes to fit your API login : default route /user/login, waits for user in response to return. check : default ..
localize_and_translate Flutter localization abstract, Really simple Show some and star the repo Screenshots Tutorial Video Arabic : https://www.youtube.com/watch?v=nfDYussovfQ Methods Method Job init() initialize things, before runApp() translate(‘word’) word translation translate(‘word’,{“key”:”value”}) word translation with replacement arguments | setNewLanguage(context,newLanguage:’en’,restart: true, remember: true,) |change language | | isDirectionRTL() |is Direction RTL check | | currentLanguage |Active language code | | locale |Active Locale | | locals() |Locales list | | delegates |Localization ..
just_audio A Flutter plugin to play audio from URLs, files, assets and DASH/HLS streams. This plugin can be used with audio_service to play audio in the background and control playback from the lock screen, Android notifications, the iOS Control Center, and headset buttons. Features Feature Android iOS MacOS Web read from URL Yes Yes Yes Yes read ..
Flutter Rates Converter Simple rates converter based on solariss13’s React example. Getting Started Check web version of Flutter Rates Converter Follow the guide on how to install Flutter. Clone the repository and open with your IDE: Android Studio or Visual Studio Code Install IDE plugins for Flutter support To download project dependencies execute: flutter pub get Run project on Simulator or Android device ..
kRadio Player Another Awesome Online Radio Player Getting Started Follow the guide on how to install Flutter. Clone the repository and open with your IDE: Android Studio or Visual Studio Code Install IDE plugins for Flutter support To download project dependencies execute: flutter pub get Run project on Simulator or Android device Architecture, libraries and tools State management: Bloc Code style: Check ..
Adidas Shoes Ecommerce App UI 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 ..
fancy_fashion_app_ui 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 ..
Flutter Minimal Shopping App ui Watch the Video on Youtube – Youtube Video Also Don’t Forget to Subscribe to My youtube Channel – Youtube Channel 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 ..
Flutter Music Interface UI Concept Watch the Video on Youtube – Youtube Video Also Don’t Forget to Subscribe to My youtube Channel – Youtube Channel Found this project useful? If you found this project useful, then please consider giving it a on Github and sharing it with your friends via social media. Getting Started This project is a ..
Flutter Story App UI 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 ..
widget_with_codeview A widget with side-by-side source code view. Extracted from the flutter-catalog open-source app. Usage First make sure to add the source file to the app’s assets by editing pubspec.yaml: dependencies: flutter: sdk: flutter widget_with_codeview: ‘1.0.3’ flutter: assets: # Include a single source code file: – lib/my_awesome_source_code.dart # Include all files under a subfoler by adding trailing “/”: ..
Flutter Catalog An app showcasing Flutter components, with side-by-side source code view. New: Flutter Catalog is now available in the browser! Check it out here. And note there are some limitations to the web variant. Screenshots How to contribute by adding a new example page Create a dart file under lib/route/ (or just duplicate a file, e.g. cp widgets_icon_ex.dart new_example.dart); In the ..
Flutter Markdown A markdown renderer for Flutter. It supports the original format, but no inline html. Getting Started Using the Markdown widget is simple, just pass in the source markdown as a string: If you do not want the padding or scrolling behavior, use the MarkdownBody instead: By default, Markdown uses the formatting from the current ..
Furniture_UI Screen design of a Furniture app using Flutter. Design credit – https://dribbble.com/shots/5601479-Furniture-app/attachments/1210953 How do I code this – https://youtu.be/ZtPe6Zu6BA4 Screenshots Download Source code on GitHub https://github.com/rajayogan/flutterui-furnitureapp FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Curved Design Code for a simple ui screen created with flutter. Design credit – https://dribbble.com/shots/6687016-Foody-Food-by-Subscription How do I code this – https://youtu.be/K1uH_SN4X0w Screenshots Download Flutter Curved Design source code on GitHub https://github.com/rajayogan/flutterui-curveddesigns FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter UI – Talent Hire Screen Screen recreated from a concept. Design credit – https://dribbble.com/shots/4486758-Relationship-Coaching-App/attachments/1017305 How do I code like this ? – https://youtu.be/VE1IsV0HABs Screenshots Download UI Source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
FoodApp_UI Screen design of a Food App Flutter. Design credit – https://dribbble.com/shots/5137623-Food-App-Homepage-Concept/attachments/1133457 How do I code this – https://youtu.be/bmmTY2lHaks Screenshot: Download Flutter Food app ui source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Veggie Seasons An iOS app that shows which fruits and vegetables are currently in season. It showcases Flutter’s Cupertino package. Available now in the App Store! NOTE: While Flutter supports many platforms, this application is designed specifically for iOS. It’s not intended to be run on Android, web, or desktop. Goals Show how to build an ..
Fruitsui Code for a simple ui screen created with flutter. Design credit – https://dribbble.com/shots/6752461-Fresh-app/attachments/1441936 How do I code this – https://youtu.be/wodEsx1_OA8 Screenshots Download Flutter UI Source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
fruitshop Dribble UI link https://dribbble.com/shots/11433982-Food-shop-Mobile-App Screen shots Download fruit shop UI source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter UI clones Login UI (Credits : Karthick Krishnamoorthy) Toy cart UI (Credits : Serhii Polyvanyi) Balloon slider (Credits : Cuberto) Onboarding UI (Credits : Cuberto) Rating UI (Credits : Cuberto) Performance Graph (Credits : Selecto) Menu interaction concept (Credits : Oleg Frolov) Swipe to respond (Credits : Cuberto) Gooey Tab Bar (Credits : Cuberto) Send Message (Credits : Sreeraj VS) Tab Menu (Credits : Cuberto) ..
Fludo Fludo is a Flutter app which uses canvas and animations to build a Ludo board game. Features Roll dice & move your pawns Kill oponent’s pawns Protect your pawns on safe spots Free turns as per basic ludo rules Gameplay Roadmap Music integration UI/UX improvements Multiplayer support (Firebase) Pull Request To generate a pull ..
resturant A new Flutter project. Getting Started All YOU NEED TO DO IS TO COPY AND PAST YOUR OWN API KEY & YOUR FIREBASE APP URL ! 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 ..
streamZ A simple video streaming application made with Dart, JS, HTML, CSS & Show some by putting Recently I wrote an article, explaining how to deploy it using systemd in LAN, which can be found here. what does it do ? A streaming service, intended to run in small network(s) ( may be in your home network ), which lets you stream movies ..
locatorz A Simple Flutter based Android Application to work with Location based Data 😉 Documentation :: Work in Progress 🙂 Screenshots :: Screen Recording :: You might be interested in checking out this screen recording. Download :: Latest version of App can be downloaded here 🙂 Download locatorz app source code on GitHub https://github.com/itzmeanjan/locatorz FlutterappworldProvides the list of the ..
sensorz A Simple Flutter Android App, which displays Android Sensor Data. Introduction :: For implementation of UI, this app uses Flutter Framework. Code base is written mainly using Dart and Kotlin, these two languages. For accessing platform features, such as Sensors, Kotlin Language is used. UI level coding is done using Dart Language. For receiving continuous ..
intent A simple flutter plugin to deal with Android Intents – your one stop solution for Android Intents, written with . Show some by putting intent tries to help you in launching another android activity using Android Intents. This Dart API replicates Android Intent API, so for detailed information on how to use it efficiently, when to send what kind ..
Camera Plugin A Flutter plugin for iOS and Android allowing access to the device cameras. Note: This plugin is still under development, and some APIs might not be available yet. We are working on a refactor which can be followed here: issue Features: Display live camera preview in a widget. Snapshots can be captured and saved ..
ONLY FOR FLUTTER WEB Flutter widget that automatically resizes text to fit perfectly within its bounds. Show some and star the repo to support the project Resources: Documentation Pub Package GitHub Repository Online Demo Also check out the blazing fast key-value store hive. Contents Usage maxLines minFontSize & maxFontSize group stepGranularity presetFontSizes overflowReplacement Rich Text Parameters Performance ..
FlutterIconPicker This package provides an IconPicker with supported Icons which can be picked through an AlertDialog. All Icons are mapped with its names in the IconData. This is necessary to make it possible to search through the icons. Fulltextsearch including a note if no results where found. Supported IconPacks IconPack Supported Material Material Outline Cupertino ..
ImagePickerWeb This Web-Plugin allows Flutter Web to pick images (as File, Widget or Uint8List) and videos (as File or Uint8List). Many thanks goes to AlvaroVasconcelos for the implementation of picking images in his plugin: flutter_web_image_picker Disclaimer for Videos Till now [Mar. 2020] it’s not possible (due to security reasons) to play a local video file (see also video_player_web). ..
flutter_svg Draw SVG (and some Android VectorDrawable (XML)) files on a Flutter Widget. Getting Started This is a Dart-native rendering library. Issues/PRs will be raised in Flutter and flutter/engine as necessary for features that are not good candidates for Dart implementations (especially if they’re impossible to implement without engine support). However, not everything that Skia can easily ..
Progress State Button A customizable progress button for Flutter Test with DartPad Installation Usage Icon With Custom Widgets Constructors Default constructor of ProgressButton ProgressButton.icon() specific constructors License This project is licensed under the MIT License – see the LICENSE.md file for details Download Progress State Button source code on GitHub https://github.com/slm/progress-state-button FlutterappworldProvides the list of the opensource Flutter ..
Info: BuatIn application is a marketplace application that provides products in the form of domains, hosting, and website templates so that users can select and order everything that is available as a marketplace feature in general. This is an application for Admin to manage purchases from users and create websites according to user orders. Create for ..
Info: BuatIn application is a marketplace application that provides products in the form of domains, hosting, and website templates so that users can select and order everything that is available as a marketplace feature in general. This is an application for users or buyers. BuatIn for client This is a CreateIn application for clients, created with ..
sudoku aplikasi sudoku yang dibuat menggunakan flutter berikut adalah screen shot dari game sudoku : 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 ..