Giter Site home page Giter Site logo

surfstudio / surf-flutter-app-template Goto Github PK

View Code? Open in Web Editor NEW
129.0 6.0 26.0 22.64 MB

Flutter Starter Template made by Surf 🏄

License: MIT License

Kotlin 0.55% Shell 2.85% Swift 0.51% Objective-C 0.63% Dart 93.50% Ruby 0.80% Makefile 1.17%
flutter flutter-starter template

surf-flutter-app-template's Issues

[Deprecated] Delete Environment generic

Historically, Environment in the template project has been typed with a generic. There is a suspicion that in reality, it is never needed, as AppConfig is always used instead. Most likely, it is advisable to remove this redundant element.

Недостаточно аргументов в реализации метода обработчика ошибок

void handleError(Object error) {

Screen Shot 2022-08-15 at 08 09 35

В реализации метода обработчика ошибок нужен необязательный аргумент: StackTrace? stackTrace, в шаблонном проекте и примере на основе шаблона он не указан.

@override
  void handleError(Object error, {StackTrace? stackTrace}) {
    // ignore: avoid_print
    print(error);
  }

Добавьте файл .editorconfig и правила

.editorconfig нужен для работы в команде, где используются разные среды разработки, чтобы договориться об длине строки, пробелах или табах и тд

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.