Giter Site home page Giter Site logo

nathansdev / contraflutterkit Goto Github PK

View Code? Open in Web Editor NEW
636.0 636.0 87.0 10.16 MB

A Flutter UI kit with 50 plus screens for beginners to learn.

License: Apache License 2.0

Kotlin 0.08% Swift 0.09% Objective-C 0.01% Dart 99.54% Ruby 0.27%
android awesome-list contra-wireframe-kit dart design flutter flutter-app flutter-apps flutter-demo flutter-examples flutter-ui flutterapp flutterawesome mobile-app payment-screens shopping-screens ui uikit wireframe

contraflutterkit's Introduction

Hola World!


Good to see you here! ๐Ÿคฉ

I'm a Senior Mobile Developer currently working in Fidisys.

GIF

More about me...

  • ๐Ÿ”ญ Iโ€™m currently working on Flutter, Dart etc ๐Ÿ’ป.
  • ๐ŸŒฑ In โ™ฅ๏ธ with Flutter and its awesomeness ๐Ÿš€.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on any Interesting project that comes, especially with other startups.
  • ๐Ÿ“ซ How to reach me: [email protected] | LinkedIn | Twitter
  • ๐Ÿ’ฌ Always happy to help, Reach me in Twitter
  • โšก Fun fact: Whats the diff bw APPLE and ANDROID?. Ans: When android copies its copy, when APPLE copy its called "Innovation" ๐Ÿ‘จโ€๐Ÿ’ป.

Show some โค๏ธ by starring some of the repositories!


Sabari's Github Stats


Let's connect! ๐Ÿ“จ

Email LinkedIn DEV.to Facebook Twitter GitHub

contraflutterkit's People

Contributors

aniketambore avatar nathansdev avatar yameguun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

contraflutterkit's Issues

Project not running

Im trying to run the project but im getting gradle errors:

  • Where:
    Build file 'C:\Users\fabio\Desktop\ContraFlutterKit\android\app\build.gradle' line: 60

  • What went wrong:
    A problem occurred evaluating project ':app'.

path may not be null or empty string. path='null'

My flutter version is 1.22.0

How to fix this?

Project not running

When trying to execute, the following errors were reported (repeatedly, several of them)
../../../AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/render_picture.dart:20:9: Error: Type 'PictureInfo' not found.
final PictureInfo picture;

**lib/login/login_form_one.dart:33:23: Error: The getter 'SvgPicture' isn't defined for the class 'LoginFormTypeOne'.

  • 'LoginFormTypeOne' is from 'package:contraflutterkit/login/login_form_one.dart' ('lib/login/login_form_one.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'SvgPicture'.
    SvgPicture.asset(
    ^^^^^^^^^^**

../../../AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/flutter_svg-0.17.4/lib/src/render_picture.dart:20:9: Error: 'PictureInfo' isn't a type.
final PictureInfo picture;
^^^^^^^^^^^

### attached the execution log

LOG-02172021.txt

Scroll-Bar

How can i get to show a scrollbar in chat example ?

I've tried

        child: Scrollbar(
          isAlwaysShown: true,
          child: SingleChildScrollView(
            child: Container(
              padding: EdgeInsets.all(24.0),
              child: Column(
                  SizedBox(
                    height: 56,
                  ),
                  ContraText(
                    alignment: Alignment.centerLeft,
                    text: "List",
                  ),
                  SizedBox(
                    height: 24,
                  ),
                  ListView.builder(
                    shrinkWrap: true,
                    padding: EdgeInsets.only(left: 24, right: 24, bottom: 24),
                    physics: NeverScrollableScrollPhysics(),
                    itemCount: _items.length,
                    itemBuilder: (BuildContext context, int index) {
                       return ChatListItemWidget(
                         chat: _items[index],
                         callback: () {
                           _launchChatMessage(_items[index]);
                         },
                       );
                    },
                  ),
. . .

but it does not work

Open source license for this project

I want to use the project's theme and components for commercial projects but I was wondering what kind of license is applied to this project, illustrations and other resources since I couldn't find any of code that's mentioned.

Thank you for sharing and working on this awesome project.

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.