Dart/Flutter – How to capitalize first letter of each word in a String by Phuc TranDecember 8, 2020December 8, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Dart/Flutter – How to capitalize first letter of each word in a String Continue reading “Dart/Flutter – How to capitalize first letter of each word in a String” Tagged : capitalize / dart / flutter / string / title-case
Flutter – How to scroll ListView to top or bottom programmatically by Phuc TranDecember 7, 2020Dart / Flutter / Mobile / Programming / TechnologyLeave a Comment on Flutter – How to scroll ListView to top or bottom programmatically Continue reading “Flutter – How to scroll ListView to top or bottom programmatically” Tagged : flutter / listview / scroll
Dart/Flutter – How to round a Number to N decimal places by Phuc TranDecember 3, 2020December 3, 2020Dart / Flutter / Programming / Technology1 Comment on Dart/Flutter – How to round a Number to N decimal places Continue reading “Dart/Flutter – How to round a Number to N decimal places” Tagged : dart / decimal / double / flutter / round-number
Flutter – How to draw dashed line on Canvas by Phuc TranNovember 26, 2020December 1, 2020Dart / Flutter / Mobile / Programming / TechnologyLeave a Comment on Flutter – How to draw dashed line on Canvas Continue reading “Flutter – How to draw dashed line on Canvas” Tagged : canvas / custom-paint / dart / dashed / flutter / painter
Dart/Flutter – How to find the first date and the last date of a week by Phuc TranNovember 24, 2020Dart / Flutter / Mobile / Programming / TechnologyLeave a Comment on Dart/Flutter – How to find the first date and the last date of a week Continue reading “Dart/Flutter – How to find the first date and the last date of a week” Tagged : dart / date / datetime / firstdate / flutter / lastdate
Flutter – How to change drawer hamburger icon color by Phuc TranNovember 21, 2020November 21, 2020Dart / Flutter / Front-end / Mobile / Programming / Technology1 Comment on Flutter – How to change drawer hamburger icon color Continue reading “Flutter – How to change drawer hamburger icon color” Tagged : color / drawer-menu / flutter / icon-theme
Flutter – Navigation without context using GetX package by Phuc TranNovember 16, 2020November 16, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Flutter – Navigation without context using GetX package Continue reading “Flutter – Navigation without context using GetX package” Tagged : context / dart / flutter / getx / navigation
Dart/Flutter – How to extract emails from a String by Phuc TranNovember 13, 2020November 13, 2020Dart / Flutter / Programming / Technology1 Comment on Dart/Flutter – How to extract emails from a String Continue reading “Dart/Flutter – How to extract emails from a String” Tagged : dart / email / extract / flutter / string
Dart/Flutter – How to validate an email address by Phuc TranNovember 13, 2020November 13, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Dart/Flutter – How to validate an email address Continue reading “Dart/Flutter – How to validate an email address” Tagged : dart / email / flutter / validate
Dart/Flutter – How to parse String to number by Phuc TranNovember 7, 2020November 8, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Dart/Flutter – How to parse String to number Continue reading “Dart/Flutter – How to parse String to number” Tagged : dart / float / flutter / integer / number / string
Dart/Flutter – How to check if a String is a number by Phuc TranNovember 6, 2020November 6, 2020Dart / Flutter / TechnologyLeave a Comment on Dart/Flutter – How to check if a String is a number Continue reading “Dart/Flutter – How to check if a String is a number” Tagged : dart / flutter / number / string
Flutter – How to create animated icon by Phuc TranNovember 1, 2020November 1, 2020Dart / Flutter / Front-end / TechnologyLeave a Comment on Flutter – How to create animated icon Continue reading “Flutter – How to create animated icon” Tagged : animated-icon / animation / dart / flutter / tiker
Dart/Flutter – How to combine lists by Phuc TranOctober 26, 2020October 26, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Dart/Flutter – How to combine lists Continue reading “Dart/Flutter – How to combine lists” Tagged : combine / concatenate / dart / flutter / list / spread-operator
Dart/Flutter – How to group items in a List by Phuc TranOctober 25, 2020October 25, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Dart/Flutter – How to group items in a List Continue reading “Dart/Flutter – How to group items in a List” Tagged : dart / flutter / group / list / map
Flutter – Setup localization in your application by Phuc TranOctober 11, 2020October 11, 2020Dart / Flutter / Front-end / Programming / TechnologyLeave a Comment on Flutter – Setup localization in your application Continue reading “Flutter – Setup localization in your application” Tagged : flutter / I10n / I18n / localization / multi-languages
Dart/Flutter – How to create a repeating timer by Phuc TranSeptember 26, 2020September 26, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Dart/Flutter – How to create a repeating timer Continue reading “Dart/Flutter – How to create a repeating timer” Tagged : dart / flutter / timer
Flutter – How to save JSON object to SharedPreferences by Phuc TranSeptember 11, 2020September 11, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Flutter – How to save JSON object to SharedPreferences Continue reading “Flutter – How to save JSON object to SharedPreferences” Tagged : flutter / json / shared-preferences
Dart – Null-aware operators by Phuc TranSeptember 3, 2020September 3, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Dart – Null-aware operators Continue reading “Dart – Null-aware operators” Tagged : dart / null-aware-operators
Dart/Flutter – How to clone/copy a list by Phuc TranAugust 30, 2020August 30, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Dart/Flutter – How to clone/copy a list Continue reading “Dart/Flutter – How to clone/copy a list” Tagged : clone / collection / dart / dart:collection / flutter / list
Dart/Flutter – How to solve naming conflict or ambiguous import by Phuc TranAugust 26, 2020August 28, 2020Dart / Flutter / Front-end / Programming / TechnologyLeave a Comment on Dart/Flutter – How to solve naming conflict or ambiguous import Continue reading “Dart/Flutter – How to solve naming conflict or ambiguous import” Tagged : conflict / dart / flutter / import / troubleshoot
Flutter – Animation with AnimatedContainer by Phuc TranAugust 25, 2020August 26, 2020Dart / Flutter / Front-end / TechnologyLeave a Comment on Flutter – Animation with AnimatedContainer Continue reading “Flutter – Animation with AnimatedContainer” Tagged : animated / animated-container / animation / container / flutter
Flutter – Generate random color by Phuc TranAugust 24, 2020August 24, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Flutter – Generate random color Continue reading “Flutter – Generate random color” Tagged : dart / flutter / random-color
Dart/Flutter – How to parse JSON using dart:convert by Phuc TranAugust 23, 2020November 3, 2020Dart / Flutter / Programming / Technology2 Comments on Dart/Flutter – How to parse JSON using dart:convert Continue reading “Dart/Flutter – How to parse JSON using dart:convert” Tagged : dart / dart:convert / flutter / json
Dart – Call functions in a uncommon way with Function.apply() method by Phuc TranAugust 21, 2020August 22, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Dart – Call functions in a uncommon way with Function.apply() method Continue reading “Dart – Call functions in a uncommon way with Function.apply() method” Tagged : dart / function
Flutter – How to show and hide/dismiss keyboard by Phuc TranAugust 19, 2020August 20, 2020Flutter / Front-end / Programming11 Comments on Flutter – How to show and hide/dismiss keyboard Continue reading “Flutter – How to show and hide/dismiss keyboard” Tagged : flutter / focusnode / keyboard
String in Dart/Flutter – Things you should know by Phuc TranAugust 17, 2020August 19, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on String in Dart/Flutter – Things you should know Continue reading “String in Dart/Flutter – Things you should know” Tagged : dart / flutter / string
Flutter – How to show SnackBar by Phuc TranAugust 14, 2020November 21, 2020Dart / Flutter / Front-end / TechnologyLeave a Comment on Flutter – How to show SnackBar Continue reading “Flutter – How to show SnackBar” Tagged : flutter / scaffold / snackbar
Dart – Find min, max in a List using dart:math and list reduce() by Phuc TranAugust 12, 2020November 6, 2020Dart / Flutter / Programming / TechnologyLeave a Comment on Dart – Find min, max in a List using dart:math and list reduce() Continue reading “Dart – Find min, max in a List using dart:math and list reduce()” Tagged : dart / flutter / list / math / max / min
Flutter – How to solve “Missing Purpose String in Info.plist File” by Phuc TranJuly 31, 2020August 26, 2020Dart / Flutter / Technology4 Comments on Flutter – How to solve “Missing Purpose String in Info.plist File” Continue reading “Flutter – How to solve “Missing Purpose String in Info.plist File”” Tagged : appstore / flutter / permission / purpose-string / testflight
Flutter – How to show dialog by Phuc TranJanuary 22, 2020October 14, 2020Dart / Flutter / Front-end / Programming7 Comments on Flutter – How to show dialog Continue reading “Flutter – How to show dialog” Tagged : cupertino / dart / dialog / flutter / material