Mes: septiembre 2021

  • Flutter app for authentication using Text Belt API

    Flutter TextBelt API Flutter app for authentication using Text Belt API. 🚀 Features Authenticated user with OTP Authenticated user with google Also Generated Code in every 30 Sec 🛠️ Installation Steps Clone the repository git clone https://github.com/Rohit19060/flutter_textbelt.git Go into the Project Directory Install dependencies flutter pub get Run the app flutter run/Flutter run –release ❗ Available Commands Install dependencies flutter …

  • Argo: a Magister 6 application with material design using flutter

    Argo Argo is een Magister 6 applicatie met material design. Features Mooie, handige agenda waarin je precies kan zien wanneer je een tussenuur hebt. Een overzichtelijke thuispagina waarop je recente berichten, cijfers en absent-meldingen te zien krijgt. Een handige manier om te berekenen welke cijfer je moet halen voor je volgende toets om nog voldoende te staan. Het pinnen van …

  • A voting system app made with flutter and firebase

    VOTING SYSTEM APP A voting system app made with flutter and firebase Easy-to-use electronic voting mobile application to run safe, secured and transparent elections.Users can cast their vote only once and view the results in real-time. IMPORTANCE Reduce time and cost for elections Run elections in a safe manner without any tampering of votes Conduct elections in a transparent way …

  • A new Flutter TheMovieDB Application example with GetX State Management

    The Movie DB App with Flutter GetX A new Flutter TheMovieDB Application example with GetX State Management. Register and get Api Key from The Movie DB Website After that in url.dart, change ‘YOUR.API_KEY’ with your key. Available in all your devices. Mobile: Desktop: Web: Different Scaffolds for different platforms: Mobile: Desktop: Web: GitHub https://github.com/hazarbelge/flutter_getx_the_moviedb

  • iOS App to Record Daily Sun Intake

    Why Suncheck 당신은 하루에 해를 얼마나 보나요? 코시국에 더욱 우울하거나 무기력한 건 햇살을 충분히 받지 못해서 일 수도 있어요. 매일 단 15분의 햇살만으로 우리 뇌에서는 우울증을 예방할 수 있을 만큼의 세로토닌이 분비됩니다. 만약 하루 동안 내가 얼마나 햇살을 받는지 알 수 있다면 우리 기분을 더욱 주도적으로 관리해 나갈 수 있지 않을까요? Suncheck과 함께, 나만의 햇빛 일지를 작성하고 더 상쾌하고 기분 …

  • The Ultimate Guide to App Development with Flutter

    Flutter is a powerful and intuitive framework for building beautiful, cross-platform mobile applications that uses the Dart programming language. This essentially means that Flutter can be used to write one codebase for an app that runs natively on both iOS and Android. With all the hype around Flutter and mobile app development, learning Flutter is both a valuable skill and …

  • CS:GO Tournament App Build Using Flutter

    CS:GO Tournament App CSGO League App | Arcadia Gaming Club of IIITV An App where all the details about a tournament can be found. ⚡Features User Side Players can Register for the tournament through the App itself. Users can Sign-in Anonymously. Users can see the Match Schedule on the App. Users can watch Match details (including time, score, winner team, …

  • Visit Nepal : Tourism app made with Flutter and Django

    Visit Nepal : Tourism app made with Flutter and Django This is an app that gives you information about all the things that make Nepal breathtaking. Features : Fetch data from a GraphQl Server. Data collected via web-scraping with Python. Navigate to a specific location via Google Maps Dynamic Theming using Provider Beautiful UI Backend Devs: Animesh Timsina Lakshya pandit …

  • A flutter Reversi Board with edax, which is the strongest reversi engine

    pedax pedax is Board GUI with edax, which is the strongest reversi program. pedax has 4 features. Comfortably, you can see evaluation value, e.g. +4, -10. Mac/Windows are supported. Linux is still not verified. Customizable important options, e.g. book file path, search level, advanced indicator. 2 languages (English, Japanese) are supported. View Demo View Github commands format flutter format -l …

  • A chat app for IRL streamers with flutter

    RealtimeChat A chat app for IRL streamers. Android: https://play.google.com/store/apps/details?id=com.rtirl.chat Getting Started RealtimeChat is a standard Flutter application. We support Android and iOS but not web. To get started, follow the standard flutter pub get flutter run If this is your first exposure to Flutter, follow the install guide to set up your environment. Optionally, go through the codelab to learn …

  • Easy Material White Theme for flutter

    flutter_fast_ui_white Easy Material White Theme View Demo View Github Getting Started in pubspec.yaml dependencies: flutter_fast_ui_white: git: url: https://github.com/organic-nailer/flutter_fast_ui_white void main() { runApp(FastTheme( accentColor: Colors.pink, child: MyApp(), )); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: ‘Flutter Demo’, theme: FastTheme.of(context).theme, home: SampleListPage(), ); } } Specific Widget FastAppBar showFastTimePicker showFastDatePicker

  • Flutter widgets and themes implementing the current macOS design language

    macos_ui Flutter widgets and themes implementing the current macOS design language. Layout MacosWindow MacosWindow is the basic frame for the macOS layout. It has a Sidebar on the left and the rest of the window is typically filled out with a MacosScaffold. A scope for the MacosWindow is provided by MacosWindowScope. The sidebar can be toggled with MacosWindowScope.of(context).toggleSidebar(). MacosScaffold The …

  • Movies App made in Flutter with api data from TMDB

    Movies App made in Flutter with api data from TMDB This is an app that displays you details of movies that you can search for or browse. ## Features : Fetch api data from TMDB asynchronously. Dynamic Theming using Provider Search Functionality Video Demo: https://youtu.be/5_bDIUYLWzg Screenshots: To run this app Obtain api key from TMDB. Replace YOUR_API_KEY in api_constants.dart with …