Skip to content
#

dartlang

dart logo

Dart is a general-purpose programming language originally developed by Google and later approved as a standard by Ecma (ECMA-408). It is used to build web, server, and mobile applications.

Dart is an object-oriented, class defined language using a C-style syntax that transcompiles optionally into JavaScript. It supports interfaces, mixins, abstract classes, reified generics, static typing, and a sound type system.

Here are 928 public repositories matching this topic...

shaan-saz
shaan-saz commented Oct 12, 2020

The flutter_bloc package already has great documentation and examples to get started easily. But, when it comes to the best practices to be followed when using bloc, there's not much sources out there.
By best practices, I mean:

  • One Bloc per feature.
  • Don't mutate your state.
  • Don't define any data in the bloc.

If there was a curated article or a video about the best practices to

StrikerRUS
StrikerRUS commented Oct 18, 2019

I'm sorry if I missed this functionality, but CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.

Of course, piping is a solution, but not for development in Jupyter Notebook, for example.

wave
ahmedkassem
ahmedkassem commented Dec 9, 2018

Describe the bug
BlurStyle.outer causes the app to crash on real device

To Reproduce
Steps to reproduce the behavior:

  1. use the main.dart file in the example folder
  2. Run the app on real device (N.B the app works fine on Genymotion emulator).
  3. When clicking on the icon to change the BlurStyle and it is on the BlurStyle.outer, the app crashes
authpass

Released October 2011

Organization
dart-lang
Website
dart.dev
Wikipedia
Wikipedia

Related Topics

dart-web flutter
You can’t perform that action at this time.