Coder Social home page Coder Social logo

enzoftware / flutter_accessibility Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 140 KB

Discover the potential of accessibility in mobile apps with this sample Flutter application. ๐Ÿ“ฑ๐ŸŒ

Home Page: https://medium.com/@enzoftware/flutter-accessibility-getting-started-52286746314e

Kotlin 0.82% Swift 2.36% Objective-C 0.22% Dart 88.71% Ruby 7.90%
fluttter accessibility

flutter_accessibility's Introduction

flutter_accessibility's People

Contributors

enzoftware avatar matiasilveiro avatar

Stargazers

 avatar  avatar samuca avatar

Watchers

 avatar

flutter_accessibility's Issues

Update Android project for Flutter 3.7+

Hey! I had some issues trying to run the Android project in Flutter 3.7.10.
To run this project in newer versions of Flutter you have to make these small changes:

  • Replace AndroidManifest.xml line 9 with android:name="${applicationName}"
  • Add in AndroidManifest.xml android:exported="true" property at activity level tag (line 15 for example)
  • Replace gradle-wrapper.properties line 6 (Gradle distribution) with this URL: https\://services.gradle.org/distributions/gradle-7.5-all.zip
  • Replace kotlin_version with 1.7.10 in build.gradle (project)
  • Replace com.android.tools.build:gradle version with 7.2.0 in build.gradle (project)
  • Update Android SDK versions in build.gradle (module) to: compileSdkVersion 33, minSdkVersion 26 and targetSdkVersion 33

I'll try to create a PR later!

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.