LaptrinhX
  • My
  • Tag
  • Author
  • Ebook
  • Theme
  • Tutorial
  • Funny
  • IT Job
  • Video
  • Tools
  • Hacker News

    Tags ::

    flutterpub

    A collection of 240 posts


    flutterpub 2021-02-06 02:39

    The jCenter & Bintray is Shutting Down. Now What?

    What’s next for normal Android developers and open source library creators?If you are an Android developer and have some open source...

    Wajahat Karim
    W Wajahat Karim
    3 min read
    flutterpub 2021-01-20 03:33

    Moving on From 2019 — A Tough Year in Review

    Moving on From 2019 — A Tough Year in ReviewBrain Tumor, Baby, Public Speaking, Writing, Open Source, and Mountains!Me giving a talk...

    Wajahat Karim
    W Wajahat Karim
    14 min read
    flutterpub 2020-12-23 18:57

    Google Place Autocomplete API With Retrofit, Dagger, and Coroutines

    Without using boilerplateImage credit: AuthorI was working on a project in...

    Mustufa Ansari
    M Mustufa Ansari
    6 min read
    flutterpub 2020-11-06 17:31

    FloatingActionButton (FAB) with BottomAppBarUsing Material Design

    Android Material Design!!Components, Animate your FAB and BottomAppBar!I...

    Mustufa Ansari
    M Mustufa Ansari
    4 min read
    flutterpub 2020-11-05 19:40

    FlutterPub is now CodeChai ☕

    CodeChai LogoFor the past year, me and my partner Danish Amjad have been running FlutterPub publication on the side with our lives....

    Wajahat Karim
    W Wajahat Karim
    2 min read
    flutterpub 2020-10-25 02:23

    Flutter Web and Search | Search in Flutter Web

    Implement search in Flutter WebSearch in Flutter WebHow to implement search in Flutter Web? Hmm…All in one Flutter resource:...

    Aseem Wangoo
    A Aseem Wangoo
    6 min read
    How to create Hyperlink for Text in Flutter
    • twitter
    • facebook
    • email
    flutterpub 2020-10-23 07:00

    How to create Hyperlink for Text in Flutter

    In most of the mobile application, there are links which redirect the users to some external website for further read about particular section or an article. Therefore we will need a way to accomplish this in our...

    Ishan Fernando
    I Ishan Fernando
    4 min read
    Responsive Flutter layout with Expanded widget
    • twitter
    • facebook
    • email
    flutterpub 2020-10-15 11:00

    Responsive Flutter layout with Expanded widget

    Target Audience: BeginnerRecipe: Learn to use the Expanded layout widget to create responsive layouts for Flutter applications.Focus Widget: ExpandedThe Expanded widget is a single child layout widget which means it...

    Priyanka Tyagi
    P Priyanka Tyagi
    2 min read
    Responsive Flutter layout with FittedBox widget
    • twitter
    • facebook
    • email
    flutterpub 2020-10-01 11:00

    Responsive Flutter layout with FittedBox widget

    Target Audience: BeginnerRecipe: Learn to use the FittedBox layout widget to create responsive layouts for Flutter applications.Focus Widget: FittedBoxThe FittedBox widget is a single child layout widget which means it...

    Priyanka Tyagi
    P Priyanka Tyagi
    1 min read
    Flutter Web and Navigation History
    • twitter
    • facebook
    • email
    flutterpub 2020-09-28 16:46

    Flutter Web and Navigation History

    Flutter Web and Navigation HistoryHow to know the navigation history in Flutter Web? Hmm…All in one Flutter resource:...

    Aseem Wangoo
    A Aseem Wangoo
    4 min read
    Notes — Conducting an Online Flutter Quiz Competition League
    • twitter
    • facebook
    • email
    flutterpub 2020-09-28 11:56

    Notes — Conducting an Online Flutter Quiz Competition League

    Notes — Conducting an Online Flutter Quiz Competition LeagueA post-league synopsis on how to conduct an online Quiz CompetitionCorrect answers + Fastest fingers first = Flutter Box 📦2020 has been tough, and...

    Waleed Arshad
    W Waleed Arshad
    4 min read
    Flutter — Speed upbuild the AlertDialogs, Single Choice Dialog, Multiple Choice Dialog, TextField…
    • twitter
    • facebook
    • email
    flutterpub 2020-09-03 13:27

    Flutter — Speed upbuild the AlertDialogs, Single Choice Dialog, Multiple Choice Dialog, TextField…

    Flutter — Speed upbuild the AlertDialogs, Single Choice Dialog, Multiple Choice Dialog, TextField Dialog.Fluter is a great framework for cross-platform that helps saves time and effort to launch a new product....

    Liem Vo
    L Liem Vo
    5 min read
    Flutter — Notifier + Factory: A cleaner variation of setState()
    • twitter
    • facebook
    • email
    flutterpub 2020-08-23 23:32

    Flutter — Notifier + Factory: A cleaner variation of setState()

    Flutter — Notifier + Factory: A cleaner variation of setState()For beginners who want to get half a step ahead in their Flutter learning journeysRather than writing setState every time you need to change UI, a...

    Waleed Arshad
    W Waleed Arshad
    4 min read
    Flutter Web and Streams
    • twitter
    • facebook
    • email
    flutterpub 2020-08-22 17:08

    Flutter Web and Streams

    Mighty streams!!How to use streams in Flutter Web? Hmm…All in one Flutter resource:...

    Aseem Wangoo
    A Aseem Wangoo
    5 min read
    Uploading Image to Firebase Storage in Flutter App (Android & iOS)
    • twitter
    • facebook
    • email
    flutterpub 2020-08-16 11:00

    Uploading Image to Firebase Storage in Flutter App (Android & iOS)

    Target Audience: BeginnerRecipe: Implement uploading image to Firebase Storage on Flutter Native.Goal: In this code recipe, we’ll pick an image from the device camera or gallery and upload it to the Firebase Storage....

    Priyanka Tyagi
    P Priyanka Tyagi
    3 min read
    Flutter code snippets — 8 places to adjust a ListView
    • twitter
    • facebook
    • email
    flutterpub 2020-08-15 16:39

    Flutter code snippets — 8 places to adjust a ListView

    Flutter code snippets — 8 places to adjust a ListViewA simple collection of 8 common places where you would want to put lists in Flutter. Contributions and suggestions are welcomed!1. Normal list viewbody:...

    Waleed Arshad
    W Waleed Arshad
    13 min read
    Integrate Firebase Crashlytics In Android
    • twitter
    • facebook
    • email
    flutterpub 2020-08-02 13:57

    Integrate Firebase Crashlytics In Android

    Photo by Ricky Kharawala on UnsplashFirebase Crashlytics is a real-time crash reporting tool. It helps by automatically collecting, analyzing, and organizing your crash reports.It also helps you understand which...

    Danish Amjad
    D Danish Amjad
    3 min read
    Flutter Web and Slivers
    • twitter
    • facebook
    • email
    flutterpub 2020-08-02 13:55

    Flutter Web and Slivers

    Don’t fear the slivers…How to use slivers in Flutter Web? Hmm…All in one Flutter resource:...

    Aseem Wangoo
    A Aseem Wangoo
    6 min read
    Python vs. Java: Uses, Performance, Learning
    • twitter
    • facebook
    • email
    flutterpub 2020-07-27 12:40

    Python vs. Java: Uses, Performance, Learning

    Photo by Shahadat Rahman on UnsplashIn the world of computer science, there are many programming languages, and no single language is superior to another. In other words, each language is best suited to solve certain...

    Danish Amjad
    D Danish Amjad
    4 min read
    Flutter Day — Recap
    • twitter
    • facebook
    • email
    flutterpub 2020-06-27 00:51

    Flutter Day — Recap

    Flutter Day — RecapRecap of the Flutter Day 2020 !!Flutter Day — RecapDisclaimer: This recap, is based upon my perspective, and does not serve as a replacement for the Flutter Day…:) EnjoyAll in one...

    Aseem Wangoo
    A Aseem Wangoo
    1 min read
    Flutter Web and Flutter Hooks
    • twitter
    • facebook
    • email
    flutterpub 2020-06-22 12:32

    Flutter Web and Flutter Hooks

    Totally Hooked…How to use Flutter Hooks in Flutter Web ? Hmm…All in one Flutter resource:...

    Aseem Wangoo
    A Aseem Wangoo
    4 min read
    Flutter Web and PaginatedDataTable
    • twitter
    • facebook
    • email
    flutterpub 2020-06-14 15:12

    Flutter Web and PaginatedDataTable

    Know what you bring to the table…How to use a PaginatedDataTable in Flutter Web ? Hmm…All in one Flutter resource :...

    Aseem Wangoo
    A Aseem Wangoo
    6 min read
    Dart’s Callable Classes
    • twitter
    • facebook
    • email
    flutterpub 2020-06-14 11:00

    Dart’s Callable Classes

    IntroductionIn Dart, functions are objects too. It’s an object of type Function. Similar to other objects, functions can be passed as arguments to other functions and can be assigned to variables as well.A Callable...

    Priyanka Tyagi
    P Priyanka Tyagi
    1 min read
    Dart Generators
    • twitter
    • facebook
    • email
    flutterpub 2020-06-07 11:00

    Dart Generators

    Dart generator functions are used to generate a sequence of values on-demand lazily. Such a value sequence can be generated either synchronously or asynchronously. There are two types of built-in generator functions...

    Priyanka Tyagi
    P Priyanka Tyagi
    3 min read
    Flutter + Maths = Arts
    • twitter
    • facebook
    • email
    flutterpub 2020-06-02 13:22

    Flutter + Maths = Arts

    Dragon curve fractal in Flutter using custom painter (inspired by a java code and converted to dart)This short article gives you some code and loops to create the mathematical Dragon Curve fractal using only...

    Waleed Arshad
    W Waleed Arshad
    1 min read
    LaptrinhX © 2021
    Latest Posts bdev.dev raoxyz congtyaz