Recent Posts

Flutter Tips!

1 minute read

Constructor assign parameters value to field values class Test extends StatelessWidget { final Color color; final String text; final bool isSquare; f...

Jekyll X GitHub Setup!

1 minute read

Create your first Jekyll GitHub page Install Jekyll and create a Jekyll project Create a git repository on your GitHub account Go to the project root ...