New post on /r/flutterdev subreddit:
Glassmorphism Flutter Package [Brief Intro]
Glassmorphic Container 🔨 A Flutter package for creating Glassmorphic UI designs in an easy and simple manner! Supports iOS, Android, web. A package that simplefies your urge to create a interactive Glassmorphic Container. Inspired by Glassmorphism CSS Generator. Highly customizable and helps developing beautiful Glassmorphic UI.Dev'd by: /the.flutter.foundry Glassmorphism Package!Tutorial link: YouTube (Simple explanation 🙂)Pub.dev: glassmorphism: 1.0.4Hope you like it!❤️
February 13, 2021 at 11:22PM by rSaha_flutterFoundry
https://ift.tt/3rJpGCm
Glassmorphism Flutter Package [Brief Intro]
Glassmorphic Container 🔨 A Flutter package for creating Glassmorphic UI designs in an easy and simple manner! Supports iOS, Android, web. A package that simplefies your urge to create a interactive Glassmorphic Container. Inspired by Glassmorphism CSS Generator. Highly customizable and helps developing beautiful Glassmorphic UI.Dev'd by: /the.flutter.foundry Glassmorphism Package!Tutorial link: YouTube (Simple explanation 🙂)Pub.dev: glassmorphism: 1.0.4Hope you like it!❤️
February 13, 2021 at 11:22PM by rSaha_flutterFoundry
https://ift.tt/3rJpGCm
New post on Flutter Dev Google group:
Initializing a SQLite Database on Start-up
I'm using the sqflite package to display the contents of a SQLite database. I want to display the data on app start-up so I'm using initState: @override void initState() { super.initState(); // async function to check if db exists and open initDatabase(); // async function to retrieve data
February 14, 2021 at 02:48AM by Timothy King
https://ift.tt/2N3JqBY
Initializing a SQLite Database on Start-up
I'm using the sqflite package to display the contents of a SQLite database. I want to display the data on app start-up so I'm using initState: @override void initState() { super.initState(); // async function to check if db exists and open initDatabase(); // async function to retrieve data
February 14, 2021 at 02:48AM by Timothy King
https://ift.tt/2N3JqBY
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Did you know this state manager?
https://youtu.be/iZ3084_8OxY
February 14, 2021 at 02:31AM by Leticia_Baleiro
https://ift.tt/2Zdjzd4
Did you know this state manager?
https://youtu.be/iZ3084_8OxY
February 14, 2021 at 02:31AM by Leticia_Baleiro
https://ift.tt/2Zdjzd4
YouTube
Flutter English - We need to talk about Mobx by Leticia Baleiro
Do you know Mobx? This is one of the most famous state managements for Flutter. In this video you will find out if this is a good choice.
** SEJA MEMBRO E AJUDE O CANAL **
https://www.youtube.com/channel/UCplT2lzN6MHlVHHLt6so39A/join
Nossos canais (Facebook…
** SEJA MEMBRO E AJUDE O CANAL **
https://www.youtube.com/channel/UCplT2lzN6MHlVHHLt6so39A/join
Nossos canais (Facebook…
New post on /r/flutterdev subreddit:
Recreating the video playing UX of the youtube mobile app
Here is my attempt at recreating it. It's a bit hacky but I'd like to know how y'all would approach this. I used a stack to achieve this effect. The video list is in the background and the player is hidden off screen and it's animated over the list using Animated Position, when the user plays a video.I had to use a custom stack to make both the list and the mini player interactive since only the top most widget in a stack gets touch events.Github: https://github.com/jinyus/fluttertubeGif Preview: https://cdn.jsdelivr.net/gh/jinyus/fluttertube@master/assets/fluttertube.gif
February 14, 2021 at 04:19AM by fyzic
https://ift.tt/3phKj6X
Recreating the video playing UX of the youtube mobile app
Here is my attempt at recreating it. It's a bit hacky but I'd like to know how y'all would approach this. I used a stack to achieve this effect. The video list is in the background and the player is hidden off screen and it's animated over the list using Animated Position, when the user plays a video.I had to use a custom stack to make both the list and the mini player interactive since only the top most widget in a stack gets touch events.Github: https://github.com/jinyus/fluttertubeGif Preview: https://cdn.jsdelivr.net/gh/jinyus/fluttertube@master/assets/fluttertube.gif
February 14, 2021 at 04:19AM by fyzic
https://ift.tt/3phKj6X
api.flutter.dev
AnimatedPositioned class - widgets library - Dart API
API docs for the AnimatedPositioned class from the widgets library, for the Dart programming language.
New post on /r/flutterdev subreddit:
Did an Overview of using Pytorch on Flutter - MethodChannel showcase (executing java native code)
https://youtu.be/-II8B4DPZog
February 14, 2021 at 06:49AM by Ramgendeploy
https://ift.tt/3pnykVs
Did an Overview of using Pytorch on Flutter - MethodChannel showcase (executing java native code)
https://youtu.be/-II8B4DPZog
February 14, 2021 at 06:49AM by Ramgendeploy
https://ift.tt/3pnykVs
YouTube
Learn How to Use Pytorch on Flutter in 5 Minutes
Hi! everybody sorry for the fast video I know that it's not that beginner friendly I intended to be more for somebody with an intermediate level that wanted to know how to integrate this fast,
Repo: https://github.com/ramgendeploy/testing_flutter_pytorch…
Repo: https://github.com/ramgendeploy/testing_flutter_pytorch…
New post on /r/flutterdev subreddit:
[flutter app]: Receive notification on your phone when someone trying to unlock your PC (school project)
https://ift.tt/2LRAS0s
February 14, 2021 at 07:17AM by codenoid
https://ift.tt/3dcuY5a
[flutter app]: Receive notification on your phone when someone trying to unlock your PC (school project)
https://ift.tt/2LRAS0s
February 14, 2021 at 07:17AM by codenoid
https://ift.tt/3dcuY5a
GitHub
codenoid/pc-auth-notifier
Someone tried to unlock your device. Contribute to codenoid/pc-auth-notifier development by creating an account on GitHub.
New post on Flutter Dev Google group:
Get Current Route Name With onGenerateRoute
hi , i have some problem , i don't know how to get the current route name with onGenerateRoute , any idea , thank in advance :)
February 14, 2021 at 09:14AM by You Sour
https://ift.tt/3dcIUwg
Get Current Route Name With onGenerateRoute
hi , i have some problem , i don't know how to get the current route name with onGenerateRoute , any idea , thank in advance :)
February 14, 2021 at 09:14AM by You Sour
https://ift.tt/3dcIUwg
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Created a Fractal Tree animation using Flutter's CustomPaint
https://twitter.com/creativemaybeno/status/1360867891906830336?s=20
February 14, 2021 at 09:35AM by creativemaybeno
https://ift.tt/3qj14QE
Created a Fractal Tree animation using Flutter's CustomPaint
https://twitter.com/creativemaybeno/status/1360867891906830336?s=20
February 14, 2021 at 09:35AM by creativemaybeno
https://ift.tt/3qj14QE
Twitter
creativecreatorormaybenot
somehow, I felt the urge to create a funvas animation again 😃 this one is a combination of #Flutter + fractal tree 🌳 + cochleoid-based animation curve inspired by dart-graphics, which was recommended to me by @modulovalue ✨ source code: github.com/creativecreato…
New post on /r/flutterdev subreddit:
React TS front end dev trying to learn Flutter Web
I'm mainly a React TS front end dev but management needs me to learn how to do Flutter Web. I'm aware of the current situation of Flutter Web being it still in beta and all. Courses and materials are not that prominent yet as compared to Flutter Mobile, so it's hard to know where and how to start.Given that the main goal of Flutter is to have one code base regardless of OS and screen size, will learning Flutter Mobile still benefit me when I have to build Flutter web apps? Are they essentially the same? Any tips and advice on where and how to start Flutter Web?
February 14, 2021 at 09:34AM by reddit04029
https://ift.tt/2ZgPrh2
React TS front end dev trying to learn Flutter Web
I'm mainly a React TS front end dev but management needs me to learn how to do Flutter Web. I'm aware of the current situation of Flutter Web being it still in beta and all. Courses and materials are not that prominent yet as compared to Flutter Mobile, so it's hard to know where and how to start.Given that the main goal of Flutter is to have one code base regardless of OS and screen size, will learning Flutter Mobile still benefit me when I have to build Flutter web apps? Are they essentially the same? Any tips and advice on where and how to start Flutter Web?
February 14, 2021 at 09:34AM by reddit04029
https://ift.tt/2ZgPrh2
Reddit
From the FlutterDev community on Reddit
Explore this post and more from the FlutterDev community
New post on /r/flutterdev subreddit:
Riverpod simplified — An introduction to Flutter’s most advanced state management package
https://ift.tt/3pfjv7f
February 14, 2021 at 10:59AM by felixlein
https://ift.tt/37d3bhm
Riverpod simplified — An introduction to Flutter’s most advanced state management package
https://ift.tt/3pfjv7f
February 14, 2021 at 10:59AM by felixlein
https://ift.tt/37d3bhm
Medium
Riverpod simplified — An introduction to Flutter’s most advanced state management package
I am a huge fan of Riverpod (by Remi Rousselet). Not just because of all the advanced features, but because it’s so darn simple to use…
New post on /r/flutterdev subreddit:
German Telegram Group
Here ist a German Flutter / Dart Telegram Group@flutter_dart_germanFlutter / Dart German Gruppe für Flutter / Dart aus dem deutschsprachigen Raum https://t.me/flutter_dart_german
February 14, 2021 at 10:56AM by shimue
https://ift.tt/3tRwOyt
German Telegram Group
Here ist a German Flutter / Dart Telegram Group@flutter_dart_germanFlutter / Dart German Gruppe für Flutter / Dart aus dem deutschsprachigen Raum https://t.me/flutter_dart_german
February 14, 2021 at 10:56AM by shimue
https://ift.tt/3tRwOyt
New post on Flutter Dev Google group:
Issue calling static C++ library from Flutter C-FFI
Hi, I'm trying to get FFI working to interface with a C++ library ( https://ift.tt/3jP5mwC) I'd like to use in a Flutter app. The library is distributed as a set of .h headers and a static libsmile.a file containing the proprietary engine. I've successfully been through the
February 14, 2021 at 02:48PM by Jamie Collinson
https://ift.tt/3jPXQBq
Issue calling static C++ library from Flutter C-FFI
Hi, I'm trying to get FFI working to interface with a C++ library ( https://ift.tt/3jP5mwC) I'd like to use in a Flutter app. The library is distributed as a set of .h headers and a static libsmile.a file containing the proprietary engine. I've successfully been through the
February 14, 2021 at 02:48PM by Jamie Collinson
https://ift.tt/3jPXQBq
New post on /r/flutterdev subreddit:
I'd really like a high-quality deck of Flutter Cards, please consider helping make it happen...
Hi everyone,I was thinking recently it'd be great to have a physical set of Flutter Cards which contain key info about the most commonly used widgets. The cards would follow the Widget of the Week series and serve as a mnemonic device to help remember the material.Similar to the "Adopt a Widget" program for the API docs we've created a form on https://flutterpro.dev which enables you to take ownership of a Flutter card representation of a widget. If you'd like to be involved in the project you can choose a widget by clicking "Manage Profile" on https://flutterpro.dev. If you run into any problems or have suggestions to improve it please let us know.
February 14, 2021 at 03:09PM by hillel369
https://ift.tt/3ddrK1u
I'd really like a high-quality deck of Flutter Cards, please consider helping make it happen...
Hi everyone,I was thinking recently it'd be great to have a physical set of Flutter Cards which contain key info about the most commonly used widgets. The cards would follow the Widget of the Week series and serve as a mnemonic device to help remember the material.Similar to the "Adopt a Widget" program for the API docs we've created a form on https://flutterpro.dev which enables you to take ownership of a Flutter card representation of a widget. If you'd like to be involved in the project you can choose a widget by clicking "Manage Profile" on https://flutterpro.dev. If you run into any problems or have suggestions to improve it please let us know.
February 14, 2021 at 03:09PM by hillel369
https://ift.tt/3ddrK1u
Twitter
Hillel Coren 💙
Just thinking it'd be cool if a designer created a deck of @FlutterDev "Widget Cards" (similar to Pokémon cards) where each widget gets a card detailing its powers and abilities 🧙♂️
New post on /r/flutterdev subreddit:
Valentine's Day App ❤️
https://youtu.be/9WMPqT8qNBo
February 14, 2021 at 02:58PM by Fox520
https://ift.tt/3rRdLCl
Valentine's Day App ❤️
https://youtu.be/9WMPqT8qNBo
February 14, 2021 at 02:58PM by Fox520
https://ift.tt/3rRdLCl
YouTube
Valentine's Day App ❤️ | Flutter
Its that time of the year again and here's a creative app you can make to ask your partner out!
...yes, I had some free time
Links🛒
Flutter: https://flutter.dev
📸 Photo by Alexander Sejoro on Unsplash (https://unsplash.com/@sejabis?utm_source=unsplash&…
...yes, I had some free time
Links🛒
Flutter: https://flutter.dev
📸 Photo by Alexander Sejoro on Unsplash (https://unsplash.com/@sejabis?utm_source=unsplash&…
New post on /r/flutterdev subreddit:
Rate My App
Hey guys,I have made this simple Image TO PDF app using flutter and is available in playstore.please give me reviews.https://play.google.com/store/apps/details?id=com.aaddev.image_to_pdfthanks you,
February 14, 2021 at 02:26PM by Amanullahaf
https://ift.tt/3qxaM1C
Rate My App
Hey guys,I have made this simple Image TO PDF app using flutter and is available in playstore.please give me reviews.https://play.google.com/store/apps/details?id=com.aaddev.image_to_pdfthanks you,
February 14, 2021 at 02:26PM by Amanullahaf
https://ift.tt/3qxaM1C
Google Play
Image To PDF (Free) - Apps on Google Play
Convert Your Image To PDF For Free.
New post on /r/flutterdev subreddit:
Flutter FlowBuilder - Easy Navigations!
https://youtu.be/B8TEpv8wuRo
February 14, 2021 at 02:06PM by dopecode31
https://ift.tt/3phwKEx
Flutter FlowBuilder - Easy Navigations!
https://youtu.be/B8TEpv8wuRo
February 14, 2021 at 02:06PM by dopecode31
https://ift.tt/3phwKEx
YouTube
Flutter FlowBuilder - Super Easy Navigation👋 | Flutter FlowBuilder tutorial | Flutter FlowBuilder
In this video, Lets Use The Flow Builder For Navigating Through Widgets, Pages And Screens. The usage of Flow builder makes it very smooth and super easy to Navigate from one screen to another while managing an proper flow. So? Lets take a look over Flutter…
New post on Flutter Dev Google group:
Codelab
Hey Com, i try to code in following the codelab but I get a error: [image: Screenshot 2021-02-14 162149.png] but the Code is copied from the codelab and should work. What can I do? The link to the Codelab: Codelab < https://codelabs.developers.google.com/codelabs/flutter-firebase/index.html#4
February 14, 2021 at 04:23PM by Eyyüp A
https://ift.tt/2MXUSPG
Codelab
Hey Com, i try to code in following the codelab but I get a error: [image: Screenshot 2021-02-14 162149.png] but the Code is copied from the codelab and should work. What can I do? The link to the Codelab: Codelab < https://codelabs.developers.google.com/codelabs/flutter-firebase/index.html#4
February 14, 2021 at 04:23PM by Eyyüp A
https://ift.tt/2MXUSPG
New post on /r/flutterdev subreddit:
Perfect Flutter Codebase using Two Linting Methods
https://www.youtube.com/watch?v=KEdxoubVztk
February 14, 2021 at 04:32PM by RobertBrunhage
https://ift.tt/2ZfMdub
Perfect Flutter Codebase using Two Linting Methods
https://www.youtube.com/watch?v=KEdxoubVztk
February 14, 2021 at 04:32PM by RobertBrunhage
https://ift.tt/2ZfMdub
YouTube
Perfect Flutter Codebase using Two Linting Methods
Linting is a key part of your project, learn how to utilize it and perfect your codebase! This will give you a good base for all your future projects 🍕
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Full writeup: https://robertbrunhage.com…
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Full writeup: https://robertbrunhage.com…
New post on /r/flutterdev subreddit:
Changing Databases
I learned years ago that you have to be able to switch databases in your app at some point in time, and you should prepare for it. When I started developing with Flutter I was made aware of that, and planned for it, with literally 40 lines of code in one place handling my CRUD, but I have over 30 models, representing fairly complex data trees.I am using Firebase, and have no problems at all with it, or with using NoSQL, but in looking to take our PWA to desktop app, I'm investigating using a local database. A single user setup.But, what would one use and still be able to keep the same type of pathing and streaming?
February 14, 2021 at 05:17PM by jrheisler
https://ift.tt/3plhero
Changing Databases
I learned years ago that you have to be able to switch databases in your app at some point in time, and you should prepare for it. When I started developing with Flutter I was made aware of that, and planned for it, with literally 40 lines of code in one place handling my CRUD, but I have over 30 models, representing fairly complex data trees.I am using Firebase, and have no problems at all with it, or with using NoSQL, but in looking to take our PWA to desktop app, I'm investigating using a local database. A single user setup.But, what would one use and still be able to keep the same type of pathing and streaming?
February 14, 2021 at 05:17PM by jrheisler
https://ift.tt/3plhero
reddit
Changing Databases
I learned years ago that you have to be able to switch databases in your app at some point in time, and you should prepare for it. When I started...
New post on /r/flutterdev subreddit:
Firebase Cloud Store and Database
Hello, I'm trying to make a to do app for understanding the basics of flutter and firebase but I'm complete dummy about backend things. First of all I'm planning to get users name, surname, username and show them at the home page (I thought this part could be in Cloud Store). Secondary saving the to do list (I thought this part could be in Database). What are your guys suggestions?
February 14, 2021 at 07:54PM by Meany0
https://ift.tt/37c3hpy
Firebase Cloud Store and Database
Hello, I'm trying to make a to do app for understanding the basics of flutter and firebase but I'm complete dummy about backend things. First of all I'm planning to get users name, surname, username and show them at the home page (I thought this part could be in Cloud Store). Secondary saving the to do list (I thought this part could be in Database). What are your guys suggestions?
February 14, 2021 at 07:54PM by Meany0
https://ift.tt/37c3hpy
reddit
Firebase Cloud Store and Database
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Quiz App UI (Johannes Milke)
https://www.youtube.com/watch?v=gSvd-i0JSsU
February 14, 2021 at 09:03PM by JohannesMilke
https://ift.tt/3tYGwPy
Flutter Tutorial - Quiz App UI (Johannes Milke)
https://www.youtube.com/watch?v=gSvd-i0JSsU
February 14, 2021 at 09:03PM by JohannesMilke
https://ift.tt/3tYGwPy
YouTube
Flutter Tutorial - 1/2 Quiz App UI
Let's create a complete Flutter Quiz App UI from scratch with a beautiful design.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter Masterclass…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter Masterclass…