Giter Site home page Giter Site logo

face08 / flutterwidgetguide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from annshsingh/flutterwidgetguide

0.0 0.0 0.0 5.05 MB

A flutter appliction listing all the widgets covered in Flutter widget of the week playlist.

License: Apache License 2.0

Kotlin 0.06% Swift 0.07% Objective-C 0.01% Dart 99.42% Ruby 0.37% Shell 0.08%

flutterwidgetguide's Introduction

Header

Flutter Widget Guide

A flutter appliction listing all the widgets covered in Flutter widget of the week playlist

Get the app

Now featured on itsallwidgets.com - Have a look! 🎉

Click on the image below to download

Get it on Google Play

slack Want to Join the Slack Community? - Send me an invite

About

I created this project to improve my skills with dart and flutter as a development platform. I am used to developing native android apps so I'll be focusing on designing this project for android platform.
This project might help you to learn about Flutter if you are a beginner in this space.
My experience with flutter has been great thus far.
I hope you like it too.
The project is developed in Dart language.
All the files are listed in the /lib folder.

⭐ the repo to show some ❤️ and motivate me to work on the project 😃

Widget List

  1. Safe Area | read
  2. Expanded | read
  3. Wrap | read
  4. Animated Container | read
  5. Opacity | read
  6. Future Builder | read
  7. Fade Transition | read
  8. Floating Action Button | read
  9. Page View | read
  10. Table | read
  11. Sliver App Bar | read
  12. Sliver List | read
  13. Sliver Grid | read
  14. Fade In Image | read
  15. Stream Builder
  16. Inherited Model
  17. ClipRRect
  18. Hero
  19. Custom Paint
  20. Tooltip
  21. Fitted Box
  22. Layout Builder
  23. Absorb Pointer
  24. Transform
  25. Back Drop Filter
  26. Align
  27. Positioned
  28. Animated Builder
  29. Dismissible
  30. SizedBox Widget
  31. Value Listnable Builder
  32. Draggable
  33. AnimatedList
  34. Flexible
  35. MediaQuery
  36. Spacer
  37. InheritedWidget (coming soon)
  38. AnimatedIcon
  39. AspectRatio
  40. LimitedBox
  41. Placeholder
  42. RichText
  43. ReorderableListView
  44. AnimatedSwitcher
  45. AnimatedPositioned
  46. AnimatedPadding
  47. Indexed Stack
  48. Semantics
  49. ConstrainedBox
  50. Stack
  51. AnimatedOpacity
  52. FractionallySizedBox
  53. ListView
  54. ListTile
  55. Container
  56. SelectableText
  57. DataTable (coming soon)
  58. Slider (coming soon)
  59. AlertDialog (coming soon)
  60. AnimatedCrossFade (coming soon)
  61. DraggableScrollableSheet (coming soon)

I'll try my best to keep the list in sync with the Youtube Playlist 👍

Additional Features

  1. Flutter webview implementation
  2. Youtube Video Player
  3. Firebase RemoteConfig
  4. View Code inside the app.

Things to work on in the Future

  1. Save favourite widgets in "Favourites" section - Using SQFlite.
  2. Collection based view insted of a list - Change Home Page layout.
  3. Search functionality in list - Add "Search" action on Home Page.
  4. Mark your favourite widget - Firebase cloudstore functionality.
  5. Add Firebase Analytics to track screen views.
  6. Reduce app size by 25% or more.

App Screenshots

Screen1Screen2Screen4Screen3
     List of Widgets         Explore a Widget          Widget Video                                  Source Code

Building the project

Some files might be missing from the project because of security reasons, as they contain key values.
These are the steps you need to follow to build the project successfully.

1. Missing Key.Properties file

Please follow the following steps:

Step 1. Go to android > app > build.gradle

Now,
Comment this line keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
Next,
Comment everything inside signingConfigs and buildTypes
It should look something like this -

//keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

signingConfigs {
       // release {
           // keyAlias keystoreProperties['keyAlias']
           // keyPassword keystoreProperties['keyPassword']
           //storeFile file(keystoreProperties['storeFile'])
           // storePassword keystoreProperties['storePassword']
       // }
    }

    buildTypes {
       // release {
           // TODO: Add your own signing config for the release build.
           // Signing with the debug keys for now, so `flutter run --release` works.
           // signingConfig signingConfigs.release
           // minifyEnabled false
           // shrinkResources false
           // useProguard true
           // proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
       // }
    }

Step 2. Go to android > local.properties
Add following lines -
flutter.versionName=1.0.7
flutter.versionCode=8
flutter.buildMode=release

2. Missing google-services.json file

This file is used to add firebase services to the project. You might want to add your own file, or better yet, comment the code inside the project to remove the implementation. Go to home_page.dart file and comment out the code for firebase remote config to remove this error.

Learn more on Flutter

Official Flutter documentation
Flutter widget list
Flutter youtube channel

Created & maintained by

Annsh Singh (LinkedIn) (Play Store) (Twitter)

Open Source License

Contribution Guidelines

This project is a fully open source project, and contributions are welcome. Information on how to get started can be found at the contributor guide.

Support

If you learned something from the source code of this project and want to thank me, you can support by buying me a cup of ☕ or a 🍩

PayPal
Google Pay (annsh29-1@okhdfcbank)

License

Copyright 2019 Annsh Singh

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

flutterwidgetguide's People

Contributors

annshsingh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.