Skip to content

Commit 78d3b0a

Browse files
authored
Update README.md
1 parent 5425e34 commit 78d3b0a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

-18
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,6 @@ flutter run --release -t lib/main_production.dart -d <device_id>
3030
For iOS, to build and release there is no configuration. Just follow the instructions from the [documentation](https://flutter.dev/docs/deployment/ios).
3131

3232
## Technology
33-
1. Flutter BLoC<br />
34-
BLoC (Business Logic Component) is design pattern helps to separate *presentation* from *business logic*.
35-
2. Dio<br />
36-
A powerful HTTP client for Dart, which supports interceptors, FormData, Request Cancellation, File Downloading, Timeout, etc.
37-
3. JSON Serializable<br />
38-
Automatically generate code for converting to and from JSON by annotating Dart classes.
39-
4. Intl<br />
40-
Plugin to provides internalization and localization facilities, including message translation, plurals and genders, date/number formatting and parsing, and bidirectional text.
41-
5. Url Launcher<br />
42-
Flutter plugin for launching a URL on Android and iOS.
43-
6. Build Runner<br />
44-
Package to provides a concrete way of generating files using Dart code, outside of tools like `pub server/build`, files are always generated directly on disk, and rebuilds are *incremental-* inspired by tools such as Bazel.
45-
7. Cached Network Image<br />
46-
Flutter library to load and cache network images. Can also be used with placeholder and error widgets.
47-
8. Equatable<br />
48-
An abstract class that helps to implement equality without needing to explicitly override == and hashCode.
49-
9.
50-
5133
1. Dio<br />
5234
A powerful Http client for Dart, which supports interceptors, FormData, Request Cancellation, File Downloading, Timeout, etc.
5335
2. Flutter BLoC</br />

0 commit comments

Comments
 (0)