Giter Site home page Giter Site logo

viviethoang99 / convert_link Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.01 MB

The app gets the link or encodes the link on the comment.

License: MIT License

Kotlin 0.13% Ruby 1.27% Swift 0.38% Objective-C 0.04% Dart 70.42% HTML 3.69% CMake 7.69% C++ 15.72% C 0.67%

convert_link's Introduction

Convert Link

example workflow style: very good analysis Flutter version License: MIT

The simple app gets the link or encodes the link on the comment.


"Production level" implementations

ScreenShots ๐Ÿ“ท

main_screen encode_with_character
encode_with_hex history

Installation

  • Check if you are in the beta channel of flutter SDK and the version v2.17.0 or higher. Instruction to change flutter channel.

  • Clone the repo

    git clone https://github.com/viviethoang99/convert_link.git
  • And then we can use the normal build and run procedure

    flutter pub get
    flutter run
  • Some files like *.freezed.dart, *.g.dart, *.iconfig.dart are auto generated. If there is any issue from these files just run this command to regenerate them.

    flutter pub run build_runner watch --delete-conflicting-outputs

Getting Started ๐Ÿš€

This project contains 3 flavors:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

# Development
$ flutter run --flavor development --target lib/main_development.dart

# Staging
$ flutter run --flavor staging --target lib/main_staging.dart

# Production
$ flutter run --flavor production --target lib/main_production.dart

*Convert Link works on iOS, Android, Web, and Windows.


Running Tests ๐Ÿงช

To run all unit and widget tests use the following command:

flutter test --coverage --test-randomize-ordering-seed random

To view the generated coverage report you can use lcov.

# Generate Coverage Report
$ genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
$ open coverage/index.html

convert_link's People

Contributors

viviethoang99 avatar

Watchers

 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.