New post on /r/flutterdev subreddit:
What CI/CD tools and pipeline should I use?
Coding in flutter has been awesome! But I’m now bogged down by having iOS and Android apps that have to get built for staging and production environments, sent to my testing teams, signed and release. It’s crazy, and an absolute nightmare to deal with manually.I’m using flavors, schemes, and dart-defines to separate build config, and it’s all built with a firebase backend. I love firebase, but it can also be limiting, complicated, or painful.What are the tools and techniques you use for your CI/CD that you would recommend me to setup? I’m looking at CodeMagic, Bitrise, and AppCircle but I haven’t done this before so there’s quite a lot to consider.Ideally I’d like to merge my git branches to trigger builds, Firebase distributions, code signings and App Store submits. I’d then also like it to be able to build and deploy an Angular CMS and an Angular frontend soon, so not just mobile.All these code signing certificates and keys are really complicated and fragile if they go missing, so any advice on that would be great too!
July 09, 2020 at 01:27PM by New_York_Rhymes
https://ift.tt/321eYO4
What CI/CD tools and pipeline should I use?
Coding in flutter has been awesome! But I’m now bogged down by having iOS and Android apps that have to get built for staging and production environments, sent to my testing teams, signed and release. It’s crazy, and an absolute nightmare to deal with manually.I’m using flavors, schemes, and dart-defines to separate build config, and it’s all built with a firebase backend. I love firebase, but it can also be limiting, complicated, or painful.What are the tools and techniques you use for your CI/CD that you would recommend me to setup? I’m looking at CodeMagic, Bitrise, and AppCircle but I haven’t done this before so there’s quite a lot to consider.Ideally I’d like to merge my git branches to trigger builds, Firebase distributions, code signings and App Store submits. I’d then also like it to be able to build and deploy an Angular CMS and an Angular frontend soon, so not just mobile.All these code signing certificates and keys are really complicated and fragile if they go missing, so any advice on that would be great too!
July 09, 2020 at 01:27PM by New_York_Rhymes
https://ift.tt/321eYO4
reddit
What CI/CD tools and pipeline should I use?
Coding in flutter has been awesome! But I’m now bogged down by having iOS and Android apps that have to get built for staging and production...
New post on Flutter Dev Google group:
Dismissible having a glitch after swipe
Hi All, I'm a flutter noob, so don't worry about making your answers too simplistic. I have an app that gets a list of cards (stored in Firebase), and draws them centered to the screen. I want to make them swipable left and right, and found the Dismissible Widget. So, seemingly, when I swipe
July 09, 2020 at 01:51PM by Ken Corey
https://ift.tt/3235aTw
Dismissible having a glitch after swipe
Hi All, I'm a flutter noob, so don't worry about making your answers too simplistic. I have an app that gets a list of cards (stored in Firebase), and draws them centered to the screen. I want to make them swipable left and right, and found the Dismissible Widget. So, seemingly, when I swipe
July 09, 2020 at 01:51PM by Ken Corey
https://ift.tt/3235aTw
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:
How to load desired localised resource(.arb) from backend Flutter?
Is there a possibility to load the .arb resources required for localisation from backend server? There is a possibility to load the desired json file with localised resources at runtime but I want to utilise the features of .arb from dart internalisation package that is dynamic string interpolation, use of plurals, etc. Please suggest the best way to achieve this.
July 09, 2020 at 02:01PM by Radhika_3
https://ift.tt/3iVhqvw
How to load desired localised resource(.arb) from backend Flutter?
Is there a possibility to load the .arb resources required for localisation from backend server? There is a possibility to load the desired json file with localised resources at runtime but I want to utilise the features of .arb from dart internalisation package that is dynamic string interpolation, use of plurals, etc. Please suggest the best way to achieve this.
July 09, 2020 at 02:01PM by Radhika_3
https://ift.tt/3iVhqvw
reddit
How to load desired localised resource(.arb) from backend Flutter?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Chained Stream and Future Builder
Hi guys!I am pretty new on Flutter, and I am worried about some design patterns when programming.I've realized that I am using too many chained structures with Future and Stream builders, and I'd like to know it this ok, and if you have some suggestions about this.Thank you all!
July 09, 2020 at 01:54PM by saracms
https://ift.tt/3fcm9Xe
Chained Stream and Future Builder
Hi guys!I am pretty new on Flutter, and I am worried about some design patterns when programming.I've realized that I am using too many chained structures with Future and Stream builders, and I'd like to know it this ok, and if you have some suggestions about this.Thank you all!
July 09, 2020 at 01:54PM by saracms
https://ift.tt/3fcm9Xe
reddit
Chained Stream and Future Builder
Hi guys! I am pretty new on Flutter, and I am worried about some design patterns when programming. I've realized that I am using too many...
New post on /r/flutterdev subreddit:
Which Google Cloud Training (QwikLabs) trainings are the best when rebuilding an app entirely in Flutter?
A question for those familiar with the Google Cloud Training offering. There are all sorts of trainings for Google Cloud Platform, which ties into Flutter development somewhat with Firebase etc.The company I work for maintains an app and backend platform and we are in the process of making a version 2.0, which will most likely be completely based on Flutter for app development with Firebase/Cloud Firestore for the backend including stuff like Cloud Functions. Does anyone have experience with these Google Cloud Trainings and can recommend a specific one, or multiple?
July 09, 2020 at 02:23PM by SockPants
https://ift.tt/3feMGDh
Which Google Cloud Training (QwikLabs) trainings are the best when rebuilding an app entirely in Flutter?
A question for those familiar with the Google Cloud Training offering. There are all sorts of trainings for Google Cloud Platform, which ties into Flutter development somewhat with Firebase etc.The company I work for maintains an app and backend platform and we are in the process of making a version 2.0, which will most likely be completely based on Flutter for app development with Firebase/Cloud Firestore for the backend including stuff like Cloud Functions. Does anyone have experience with these Google Cloud Trainings and can recommend a specific one, or multiple?
July 09, 2020 at 02:23PM by SockPants
https://ift.tt/3feMGDh
reddit
Which Google Cloud Training (QwikLabs) trainings are the best when...
A question for those familiar with the Google Cloud Training offering. There are all sorts of trainings for Google Cloud Platform, which ties into...
New post on /r/flutterdev subreddit:
Learn Custom Painter Basic on YouTube
https://youtu.be/oI1wNrxySIU
July 09, 2020 at 02:06PM by hasnen712
https://ift.tt/2OfqNYx
Learn Custom Painter Basic on YouTube
https://youtu.be/oI1wNrxySIU
July 09, 2020 at 02:06PM by hasnen712
https://ift.tt/2OfqNYx
YouTube
Loaders & Spinner’s in Flutter | Custom Painter in Flutter | How to make Loaders in #Flutter
Hello, Flutter Devs. Really sorry for 6:30 , I noticed after I uploaded 😩
In this video, we will be building a spinner from scratch using Custom Painter. Custom Paint is more power full widget in a flutter. You can paint anything on the screen and make it…
In this video, we will be building a spinner from scratch using Custom Painter. Custom Paint is more power full widget in a flutter. You can paint anything on the screen and make it…
New post on Flutter Dev Google group:
How to use Flutter channel with existing app from flutter module?
We can use flutter channel to communicate with native code from flutter and that work absolutely fine in case of flutter project. But when we add flutter as a module in an existing app, Is there a way to communicate with the existing native code? Channel approach is not working due to
July 09, 2020 at 02:42PM by gaurav yadav
https://ift.tt/2ZbcXNa
How to use Flutter channel with existing app from flutter module?
We can use flutter channel to communicate with native code from flutter and that work absolutely fine in case of flutter project. But when we add flutter as a module in an existing app, Is there a way to communicate with the existing native code? Channel approach is not working due to
July 09, 2020 at 02:42PM by gaurav yadav
https://ift.tt/2ZbcXNa
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:
Sign Up with Phone Verification Design App - Flutter UI - Speed Code
https://youtu.be/QBwLJKbCIlo
July 09, 2020 at 03:44PM by AllAboutFlutter
https://ift.tt/3iNC28D
Sign Up with Phone Verification Design App - Flutter UI - Speed Code
https://youtu.be/QBwLJKbCIlo
July 09, 2020 at 03:44PM by AllAboutFlutter
https://ift.tt/3iNC28D
YouTube
Sign Up with Phone Verification Design App - Flutter UI - Speed Code
Nice, clean and modern Sign Up with Phone Verification Design App UI in Flutter
Inspiration
https://dribbble.com/shots/11990239-Sign-up-with-Phone-Verification-iOS-Mobile-App-Senz
💻 GitHub Source Code
https://github.com/gerfagerfa/phone_verification
IMPORTANT:…
Inspiration
https://dribbble.com/shots/11990239-Sign-up-with-Phone-Verification-iOS-Mobile-App-Senz
💻 GitHub Source Code
https://github.com/gerfagerfa/phone_verification
IMPORTANT:…
New post on /r/flutterdev subreddit:
Learn Custom Painter Basic on YouTube
https://youtu.be/oI1wNrxySIU
July 09, 2020 at 02:09PM by hasnen712
https://ift.tt/3iNC7sX
Learn Custom Painter Basic on YouTube
https://youtu.be/oI1wNrxySIU
July 09, 2020 at 02:09PM by hasnen712
https://ift.tt/3iNC7sX
YouTube
Loaders & Spinner’s in Flutter | Custom Painter in Flutter | How to make Loaders in #Flutter
Hello, Flutter Devs. Really sorry for 6:30 , I noticed after I uploaded 😩
In this video, we will be building a spinner from scratch using Custom Painter. Custom Paint is more power full widget in a flutter. You can paint anything on the screen and make it…
In this video, we will be building a spinner from scratch using Custom Painter. Custom Paint is more power full widget in a flutter. You can paint anything on the screen and make it…
New post on /r/flutterdev subreddit:
[Flutter][Ep04 - Debounce Search] Internet Radio using Provider | OnlineStreaming App | SnippetCoder
https://youtu.be/5PupyDKc0x0
July 09, 2020 at 10:48AM by SnippetCoder
https://ift.tt/3ehm7vU
[Flutter][Ep04 - Debounce Search] Internet Radio using Provider | OnlineStreaming App | SnippetCoder
https://youtu.be/5PupyDKc0x0
July 09, 2020 at 10:48AM by SnippetCoder
https://ift.tt/3ehm7vU
YouTube
[Flutter][Ep04 - Debounce Search] Internet Radio using Provider | OnlineStreaming App | SnippetCoder
#Flutter #StreamingRadio #SnippetCoder #FlutterTutorial #Dart #Code
*Flutter Internet Radio using Provider - Series*
*Episode 01* - We will cover UI Part
*Episode 02* - We will cover JSON/ Downloading and saving in Local storage using SQLITE.
*Episode 03*…
*Flutter Internet Radio using Provider - Series*
*Episode 01* - We will cover UI Part
*Episode 02* - We will cover JSON/ Downloading and saving in Local storage using SQLITE.
*Episode 03*…
New post on /r/flutterdev subreddit:
[Flutter][Ep04 - Debounce Search] Internet Radio using Provider | OnlineStreaming App | SnippetCoder
https://youtu.be/5PupyDKc0x0
July 09, 2020 at 08:03AM by SnippetCoder
https://ift.tt/3gGQ0r7
[Flutter][Ep04 - Debounce Search] Internet Radio using Provider | OnlineStreaming App | SnippetCoder
https://youtu.be/5PupyDKc0x0
July 09, 2020 at 08:03AM by SnippetCoder
https://ift.tt/3gGQ0r7
YouTube
[Flutter][Ep04 - Debounce Search] Internet Radio using Provider | OnlineStreaming App | SnippetCoder
#Flutter #StreamingRadio #SnippetCoder #FlutterTutorial #Dart #Code
*Flutter Internet Radio using Provider - Series*
*Episode 01* - We will cover UI Part
*Episode 02* - We will cover JSON/ Downloading and saving in Local storage using SQLITE.
*Episode 03*…
*Flutter Internet Radio using Provider - Series*
*Episode 01* - We will cover UI Part
*Episode 02* - We will cover JSON/ Downloading and saving in Local storage using SQLITE.
*Episode 03*…
New post on /r/flutterdev subreddit:
#6 Flutter Container Widget with TextStyle, Color and FontSize || Flutter Tutorial for Beginners
https://www.youtube.com/watch?v=tCpYpv_rfB4
July 09, 2020 at 06:41AM by Code_Flipper
https://ift.tt/38Hh0nR
#6 Flutter Container Widget with TextStyle, Color and FontSize || Flutter Tutorial for Beginners
https://www.youtube.com/watch?v=tCpYpv_rfB4
July 09, 2020 at 06:41AM by Code_Flipper
https://ift.tt/38Hh0nR
YouTube
#6 Flutter Container Widget with TextStyle, Color and FontSize || Flutter Tutorial for Beginners
In this Flutter Beginners Tutorial Series I'm going to Flutter Container Widgte and TextStyle widget
Todays Topic:#6 Flutter Raised Button and Snack Bar Widget || Flutter Tutorial for Beginners || Code Flipper
If you feel any problem feel free to share…
Todays Topic:#6 Flutter Raised Button and Snack Bar Widget || Flutter Tutorial for Beginners || Code Flipper
If you feel any problem feel free to share…
New post on /r/flutterdev subreddit:
looks like leisim has come out of hiding with the beginnings of a Hive successor:
https://github.com/isar
July 09, 2020 at 07:20AM by AKushWarrior
https://ift.tt/3iJ0bNH
looks like leisim has come out of hiding with the beginnings of a Hive successor:
https://github.com/isar
July 09, 2020 at 07:20AM by AKushWarrior
https://ift.tt/3iJ0bNH
GitHub
Isar Database
Extremely fast, easy to use, and fully async NoSQL database for Flutter - Isar Database
New post on /r/flutterdev subreddit:
flutter discord server!
hey, guys so a friend of mine started a discord server to help people study flutter. we do weekly challenges as well as weekly discussions and q&a.note: people who will not be active might get kicked without a warning this is the discord server: https://bit.ly/ricky-codesPlease upvote so that more people can see this.
July 09, 2020 at 05:46AM by nofaplegend156
https://ift.tt/3efp0NY
flutter discord server!
hey, guys so a friend of mine started a discord server to help people study flutter. we do weekly challenges as well as weekly discussions and q&a.note: people who will not be active might get kicked without a warning this is the discord server: https://bit.ly/ricky-codesPlease upvote so that more people can see this.
July 09, 2020 at 05:46AM by nofaplegend156
https://ift.tt/3efp0NY
New post on /r/flutterdev subreddit:
Food Shop App UI - Flutter UI - Speed Code - SUBSCRIBE
https://youtu.be/bL6KS0rNpzo
July 08, 2020 at 08:59PM by AllAboutFlutter
https://ift.tt/2Ci4yi3
Food Shop App UI - Flutter UI - Speed Code - SUBSCRIBE
https://youtu.be/bL6KS0rNpzo
July 08, 2020 at 08:59PM by AllAboutFlutter
https://ift.tt/2Ci4yi3
YouTube
Food Shop App UI - Flutter UI - Speed Code
Nice, clean and modern Food Shop Concept App UI in Flutter
Inspiration
https://dribbble.com/shots/11433982-Food-shop-Mobile-App
GitHub Source Code
https://github.com/gerfagerfa/food_shop
Social Media
GitHub: https://github.com/gerfagerfa
Instagram: ht…
Inspiration
https://dribbble.com/shots/11433982-Food-shop-Mobile-App
GitHub Source Code
https://github.com/gerfagerfa/food_shop
Social Media
GitHub: https://github.com/gerfagerfa
Instagram: ht…
New post on /r/flutterdev subreddit:
Optimizing performance in Flutter web apps with tree shaking and deferred loading
https://ift.tt/3e3gqCi
July 08, 2020 at 10:27AM by QuickBlox
https://ift.tt/3fdPfFD
Optimizing performance in Flutter web apps with tree shaking and deferred loading
https://ift.tt/3e3gqCi
July 08, 2020 at 10:27AM by QuickBlox
https://ift.tt/3fdPfFD
Medium
Optimizing performance in Flutter web apps with tree shaking and deferred loading
For the best user experience it is important that an app loads fast. The initial load time of a Flutter web application can be improved by…
New post on /r/flutterdev subreddit:
Implementing a Bottom Sheet Component in Flutter
https://ift.tt/3iKySm5
July 08, 2020 at 09:38AM by deven_rathore
https://ift.tt/38F0Riy
Implementing a Bottom Sheet Component in Flutter
https://ift.tt/3iKySm5
July 08, 2020 at 09:38AM by deven_rathore
https://ift.tt/38F0Riy
CodeSource.io
Implement a Bottom Sheet Component in Flutter Widgets.
A bottom sheet is just an ideal solution to a menu or dialogue, and prevents users from engaging with the rest of the. Flutter bottom sheet
New post on /r/flutterdev subreddit:
AspectRatio
https://youtu.be/PoTGX_Urc0g
July 09, 2020 at 04:56PM by TheTechDesigner
https://ift.tt/38IEQ2d
AspectRatio
https://youtu.be/PoTGX_Urc0g
July 09, 2020 at 04:56PM by TheTechDesigner
https://ift.tt/38IEQ2d
YouTube
Flutter Widget | 71 | Alternative of MediaQuery, AspectRatio Use in App For Responsive | Speed Code
#TheTechDesigner#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets ━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━ Topics Covered :- ━ ━ ...
New post on /r/flutterdev subreddit:
Local Notifications in Flutter
https://ift.tt/2CndKS9
July 09, 2020 at 02:38PM by Fewthp
https://ift.tt/2CjptkY
Local Notifications in Flutter
https://ift.tt/2CndKS9
July 09, 2020 at 02:38PM by Fewthp
https://ift.tt/2CjptkY
New post on /r/flutterdev subreddit:
SuperDeclarative : Improve upon our Flutter Text Scroller Widget Workshop by redoing it with a ShaderMask Widget instead of a CustomPainter.
https://youtu.be/RRC4FQ8ORDw
July 09, 2020 at 06:04PM by EngineerScientist
https://ift.tt/2ObcggQ
SuperDeclarative : Improve upon our Flutter Text Scroller Widget Workshop by redoing it with a ShaderMask Widget instead of a CustomPainter.
https://youtu.be/RRC4FQ8ORDw
July 09, 2020 at 06:04PM by EngineerScientist
https://ift.tt/2ObcggQ
YouTube
Simon says: use a ShaderMask!
Today we improve upon our Flutter Text Scroller Widget Workshop by redoing it with a ShaderMask Widget instead of a CustomPainter.
----
Follow:
https://twitter.com/SuprDeclarative
Hourly Flutter Consulting:
https://consulting.superdeclarative.com
Learn…
----
Follow:
https://twitter.com/SuprDeclarative
Hourly Flutter Consulting:
https://consulting.superdeclarative.com
Learn…
New post on /r/flutterdev subreddit:
Dart DevTools
https://www.youtube.com/watch?v=nq43mP7hjAE&feature=share
July 09, 2020 at 07:03PM by Pixelreddit
https://ift.tt/321gdwE
Dart DevTools
https://www.youtube.com/watch?v=nq43mP7hjAE&feature=share
July 09, 2020 at 07:03PM by Pixelreddit
https://ift.tt/321gdwE
YouTube
Dart DevTools
Filip's Flutter app is slow—can Kenzie, an engineer on the tooling team, use DevTools to make the app better and faster?
Learn how you can build performant apps in Flutter.
Resource:
Overview → https://goo.gle/2VV33NS
Watch More:
Flutter Day sessions…
Learn how you can build performant apps in Flutter.
Resource:
Overview → https://goo.gle/2VV33NS
Watch More:
Flutter Day sessions…