Mes: abril 2021

  • Flutter phone input integrated with flutter internationalization

    phone_form_field Flutter phone input integrated with flutter internationalization. Features Totally cross platform, this is a dart only package / dependencies Internationalization support, without bloated json with all translations. Phone number validation Extends Flutter’s FormField Uses dart phone_numbers_parser for parsing Demo Demo available at https://cedvdb.github.io/phone_form_field/ Usage PhoneFormField( initialValue: phoneNumber, autofocus: true, decoration: InputDecoration( labelText: ‘Phone’, border: OutlineInputBorder(), // … ), onChanged: …

  • Holy Quran Search Engine by Flutter

    114 Holy Quran Search App Searching By Word and getting the Surah & the Ayah where the word is located and how many times the word is repeated in quran. Quick start This app is for Searching By Word and getting the Surah & the Ayah where the word is located and how many times the word is repeated in …

  • An open-source public transport app packed with flutter

    swift_travel This is an open-source public transport app packed with cool features. 🌟 Features 🛣 A beautiful route search and view. 📃 A simple but powerfull timetable. 🤖 AI-powered smart suggestions. ♾ Open-source, add your own country to the app! Guidelines If you want to contribute, fork the repository and create a pull-request with your new feature, and make sure …

  • A platform for creating in-app chat experiences using Flutter

    Flyer Chat Flyer Chat is a platform for creating in-app chat experiences using Flutter. This repository contains Firebase BaaS implementation for Flutter. We are also working on our more advanced SaaS and self-hosted solutions. Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI. Getting Started Requirements Dart >=2.12.0 and Flutter >=2.0.0, Firebase project. Read our documentation …

  • Creates a stacked page view animation for flutter pageview

    Stacked Page View Hi! This package will create stacked page view in your flutter app. it’s as lightweight as it can get. Just wrap it between your PageView builder and the iterable children like the code below. PageView.builder( itemCount: 10, scrollDirection: Axis.vertical, controller: pageController, itemBuilder: (context, index) { return StackPageView( controller: pageController, index: index, child: Container( color: (colors..shuffle()).first, child: Center( …

  • A personal diary app build with flutter

    History of Me History of Me wants to be your own personal diary in the digital age. Browse through all of your diary entries and organize your writings. Create, edit and read individual entries and relive your memories. Track your mood and feelings. History of Me offers a digital bookmark you can customize yourself. This app will store your data …

  • A simplified man-pages tldr.sh client build with flutter

    tldr-flutter The tldr pages project is a collection of community-maintained help pages for command-line tools, that aims to be a simpler, more approachable complement to traditional man pages. Maybe you are new to the command-line world? Or just a little rusty? Or perhaps you can’t always remember the arguments to lsof, or tar? It certainly doesn’t help that the first …

  • Use the Flutter SDK to build healthcare apps fast

    Faiadashu Build beautiful healthcare apps fast — use the Flutter™ SDK and follow the HL7® FHIR® standard. FHIR® is the registered trademark of HL7 and is used with the permission of HL7. Use of the FHIR trademark does not constitute endorsement of this product by HL7. Features A ready-made Widget to fill FHIR® Questionnaires. Formatted and localized output of clinical …

  • An app for the Impuls Festival written in Flutter

    Impuls-App-Flutter Open-Source Festival-app written in Flutter for iOS & Android (and possibly web). Dependencies Flutter Flutter is the glue that make creating a universal app (iOS + Android) possible.Check it out , it’s pretty awesome. Getting started with developing git clone git@github.com:kodekameratene/impuls-app-flutter.git cd impuls-app-flutter flutter pub get flutter run Updating icon Replace the icon.png located assets/images/icon.png & run the following …

  • An Android Ubuntu Launcher build with Flutter

    Ubuntu Launcher An Android Launcher (having Ubuntu flavour) build with Flutter. It’s a custom lightweight android launcher. Features : Simple Fast Ad Free Lightweight Requirments : MinSdkVersion 16 (Android 4.1.x) TargetSdkVersion 28 (Android 9) Hopefully will work fine above android 4.1.x Download Latest Apk : Ubuntu Launcher 2.1.0 Latest Feature : Long Press to open App Settings Screenshots : Loading …