-
Notifications
You must be signed in to change notification settings - Fork 89
/
readme.txt
57 lines (43 loc) · 2.35 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Hello and welcome to the source code for the book
Practical Flutter by Frank W. Zammetti!
Each chapter that has code associated with it (not all do) has it's own
directory. Each source file in a given directory, for the most part,
is a full program that you can either run in DartPad (for the Dart-only
chapters) or that you can drop in main.dart of a newly-created Flutter app
and run (there may be a few exceptions to this, but it should mostly be true).
Chapters 5 and 6 combined cover the FlutterBook app.
Chapters 7 and 8 combined cover the FlutterChat app.
Chapter 9 is the FlutterHero game app.
Each of the apps is an Android Studio project that you SHOULD be able to just
load up and play with right away.
All of this code was developed and confirmed working under the following
versions:
Flutter: 1.5.4-hotfix.2 (stable channnel)
Framework: revision 7a4c33425d
Engine: revision 52c7a1e849
Tools: Dart 2.3.0 (build 2.3.0-dev.0.5 a1668566e5)
Android Studio: 3.4
Android toolchain: Android SDK version 28.0.3
While it all SHOULD work on newer versions, or even some older one, the author
does not warrant this code on any versions other than those listed.
Thank you very much for purchasing and reading my book! Take care!
This code is released under the terms of the following license:
The MIT License
Copyright (c) 2019 Frank W. Zammetti
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Frank W. Zammetti
6/26/2019